Sha256: 42163ff649d742760817b6b1349de7a25f16935137813f2871fcfa9c947a156d

Contents?: true

Size: 905 Bytes

Versions: 26

Compression:

Stored size: 905 Bytes

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 %>
                  <%= render_thumbnail_tag(collection, { class: 'hidden-xs file_listing_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>
    <%= 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

26 entries across 26 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.9.5 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.9.4 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.9.3 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.9.2 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.9.1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.9.0 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.8.0 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.7.2 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.7.1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.7.0 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.6.0 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.5.1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.5.0 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.4.1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-2.4.0 app/views/hyrax/homepage/_explore_collections.html.erb