Sha256: 88695624938493b0404291957bc41b9898b63c5c5eea95380c5ea7a1e41f0390
Contents?: true
Size: 587 Bytes
Versions: 13
Compression:
Stored size: 587 Bytes
Contents
<% link = visit_path(result) %> <p> <%= link_to result.title + " (" + (@feed.nil? ? result.collection : @feed.short_title) + ")", 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
13 entries across 13 versions & 1 rubygems