Sha256: 47166800182600413933dab186a324d933af5f5f88acdd85a94250941099e75a
Contents?: true
Size: 952 Bytes
Versions: 3
Compression:
Stored size: 952 Bytes
Contents
<% link = @entry.direct_link.nil? ? @entry.permalink : @entry.direct_link %> <h1>Folksemantic - <%= t('muck.raker.related_resources_title') %></h1> <% if flash[:notice] %><p style="color: green"><%= flash[:notice] %></p><% end %> <%#= render(:partial => "search/search_box") %> <p><b><%= link_to @entry_title, link %></b> <% if !@entry.direct_link.nil? %> - <%= link_to t('muck.raker.metadata'), @entry.permalink, :class => "catalog_link" %><% end %></p> <hr class="divider" /> <p><b><%= t('muck.raker.related_resources_title') %></b> <span style="font-size:85%">(<%= t('muck.raker.calculated') %> <%= @entry.relevance_calculated_at.strftime("%d %b %Y") %>)</span> - <%= link_to t('muck.raker.details'), "?details=true", :class=> "catalog_link" %></p> <div id="results"> <%= render(:partial => "entries/result", :collection => @entry.ranked_recommendations(@limit, params[:order] || "mixed", true)) %> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
muck-raker-0.1.9 | app/views/entries/show.html.erb |
muck-raker-0.1.10 | app/views/entries/show.html.erb |
muck-raker-0.1.11 | app/views/entries/show.html.erb |