Sha256: 0af05c9925b8d22035c96e9a2237ba641441f0b717f594b0d1f98828d2c2cb47
Contents?: true
Size: 546 Bytes
Versions: 37
Compression:
Stored size: 546 Bytes
Contents
<% link = visit_path(result) %> <p> <%= link_to result.title + " (" + result.collection + ")", link, :class => "title_link", :rel => "nofollow" %> - <%= link_to t('muck.raker.related_resources'), resource_path(result), :class => "related_resources_link", :rel => "nofollow" %> <% if !result.direct_link.nil? %> - <%= link_to t('muck.raker.metadata'), result.permalink, :class => "catalog_link" %><% end %> <% if result.description.length > 0 %><br/><span class="description"><%= truncate_words(result.description) %></span><% end %> </p>
Version data entries
37 entries across 37 versions & 1 rubygems