Sha256: 939e4f563d4d5c13ac483cbe1c652962bedbbae07e69ed62d5e1d80b28e7f7f9
Contents?: true
Size: 552 Bytes
Versions: 11
Compression:
Stored size: 552 Bytes
Contents
<% link = visit_path(result) %> <p> <%= link_to result.title + " (" + result.collection + ")", link, :class => "title_link", :rel => "nofollow" %> - <%= link_to t('muck.services.related_resources'), resource_path(result), :class => "related_resources_link", :rel => "nofollow" %> <% if !result.direct_link.nil? %> - <%= link_to t('muck.services.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
11 entries across 11 versions & 1 rubygems