Sha256: cf78261a4c6bd639ac5e1754fa5a6f8e99342fc838b84c22889c99ba81ee1b38

Contents?: true

Size: 1.03 KB

Versions: 9

Compression:

Stored size: 1.03 KB

Contents

<table class="table table-striped collection-highlights">
  <tbody>
    <% collections.each do |collection| %>
      <tr>
        <td>
          <div class="media">
            <div class="media-body">
              <div class="media-heading">
                <%= link_to [hyrax, collection] do %>
                  <%= document_presenter(collection)&.thumbnail&.thumbnail_tag(
                    { class: 'd-none d-md-block file_listing_thumbnail', alt: "#{collection.title_or_label} #{ t('hyrax.homepage.admin_sets.thumbnail')}" },
                    { suppress_link: true }
                  ) + collection.title_or_label %>
                <% end %>
              </div>
            </div>
          </div>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>
<ul class="list-inline collection-highlights-list">
  <li class="list-inline-item">
    <%= link_to t('hyrax.homepage.admin_sets.link'),
                main_app.search_catalog_path(f: { generic_type_sim: ["Collection"]}),
                class: 'btn btn-secondary' %>
  </li>
</ul>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-5.0.4 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-5.0.3 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-5.0.2 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-5.0.1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-5.0.0 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/homepage/_explore_collections.html.erb