Sha256: b5320543d2fea0f02f7ad69b0520e146ae03ae3b79f8c59e376e9f35f2f0b362
Contents?: true
Size: 601 Bytes
Versions: 31
Compression:
Stored size: 601 Bytes
Contents
<% link = visit_path(result) %> <p> <%= link_to result.title + " (" + (result.collection.nil? ? result.feed_id.to_s : 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
31 entries across 31 versions & 1 rubygems