Sha256: e1af4499832d146579faebe305f448570364968b8f336802585e7d8f42662c63

Contents?: true

Size: 906 Bytes

Versions: 10

Compression:

Stored size: 906 Bytes

Contents

<table class="table table-striped collection-highlights">
  <tbody>
    <% @admin_sets.each do |admin_set| %>
      <tr>
        <td>
          <div class="media">
            <%= link_to [hyrax, admin_set], class: 'media-left', 'aria-hidden' => true do %>
              <%= render_thumbnail_tag admin_set, { class: 'hidden-xs file_listing_thumbnail' }, { suppress_link: true } %>
            <% end %>
            <div class="media-body">
              <div class="media-heading">
                <%= link_to [hyrax, admin_set] do %>
                  <%= admin_set.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'), hyrax.admin_sets_path, class: 'btn btn-default' %>
  </li>
</ul>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-1.1.0 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-1.0.5 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-1.0.4 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-1.0.3 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-1.0.2 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-1.0.1 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/homepage/_explore_collections.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/homepage/_explore_collections.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/homepage/_explore_collections.html.erb