Sha256: 1a732621840e201f9b956d5d8d18e5e123ab6136db5c72529ab874cd16c418df
Contents?: true
Size: 996 Bytes
Versions: 22
Compression:
Stored size: 996 Bytes
Contents
<table class="table table-striped collection-highlights"> <tbody> <% collections.each do |collection| %> <tr> <td> <div class="media"> <%= link_to [hyrax, collection], class: 'media-left', 'aria-hidden' => true do %> <%= render_thumbnail_tag collection, { class: 'hidden-xs file_listing_thumbnail' }, { suppress_link: true } %> <% end %> <div class="media-body"> <div class="media-heading"> <%= link_to [hyrax, collection] do %> <%= collection.title_or_label %> <% end %> </div> </div> </div> </td> </tr> <% end %> </tbody> </table> <ul class="list-inline collection-highlights-list"> <li> <%= link_to t('hyrax.homepage.admin_sets.link'), main_app.search_catalog_path(f: { human_readable_type_sim: ["Collection"]}), class: 'btn btn-default' %> </li> </ul>
Version data entries
22 entries across 22 versions & 1 rubygems