Sha256: 9c2dc72939f84eb7fb41874c4fec77f0d3ea4430bff7d9771ed94f8cd2cf031d

Contents?: true

Size: 456 Bytes

Versions: 4

Compression:

Stored size: 456 Bytes

Contents

<% link = @entry.direct_link.nil? ? @entry.permalink : @entry.direct_link %>

<h1 style="margin-bottom:20px;"><%= link_to @entry_title, link %> - <%= t('muck.raker.related_resources_title') %> - <%= link_to 'details', "?details=true", :class=> "catalog_link" %></h1>

<div id="results">
<%= render(:partial => "entries/result", :collection => @entry.ranked_recommendations(@limit, params[:order] || "relevance", true)) %>
</div>

</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
muck-raker-0.1.12 app/views/entries/show.html.erb
muck-raker-0.1.13 app/views/entries/show.html.erb
muck-raker-0.1.14 app/views/entries/show.html.erb
muck-raker-0.1.15 app/views/entries/show.html.erb