Sha256: 8e0299224c0ff5f2d55c246f51c6865065144cd555891decb484f82b5fd1fb9a
Contents?: true
Size: 1.02 KB
Versions: 5
Compression:
Stored size: 1.02 KB
Contents
<tr> <% if display_thumbs %> <td class="col-sm-2"> <%= link_to_profile recent_document.depositor("no depositor value") %> <%= link_to sufia.generic_file_path(recent_document) do %> <%= render_thumbnail_tag recent_document, { width: 45 } %> <% end %> </td> <% end %> <td> <h3> <span class="sr-only">Title</span><%= link_to truncate(recent_document.title_or_label, length: 28, separator: ' '), sufia.generic_file_path(recent_document) %> <% if display_access %> <%= render_visibility_label(recent_document) %> <% end %> </h3> <p> <span class="sr-only">Filename</span><%= link_to truncate(recent_document.label, length: 25), sufia.generic_file_path(recent_document), title: recent_document.label %><br /> <span class="sr-only">Keywords</span><%= link_to_facet_list(recent_document.tags, 'tag', 'no keywords specified').html_safe %> </p> </td> </tr>
Version data entries
5 entries across 5 versions & 1 rubygems