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

Version Path
hyrax-2.0.3 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.2.2 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.2.1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.2.0 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.1.0 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.0.2 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.0.1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.0.0 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/homepage/_explore_collections.html.erb