Sha256: 9a0eff872e1385f8915e141dc07d0030bfa273f37e0d12fdaffcf38b36cb701b

Contents?: true

Size: 1.25 KB

Versions: 20

Compression:

Stored size: 1.25 KB

Contents

<table id="collections-list-table" class="table table-striped collections-list-table">
  <caption class="sr-only"><%= t("hyrax.dashboard.my.sr.listing") %> <%= application_name %></caption>
  <thead>
  <tr>
    <th class="check-all"><label for="check_all" class="sr-only"><%= t("hyrax.dashboard.my.sr.check_all_label") %></label><%= render_check_all %></th>
    <th><%= t("hyrax.dashboard.my.heading.title") %></th>
    <th><%= t("hyrax.dashboard.my.heading.type") %></th>
    <th><%= t("hyrax.dashboard.my.heading.visibility") %></th>
    <th><%= t("hyrax.dashboard.my.heading.items") %></th>
    <th><%= t("hyrax.dashboard.my.heading.last_modified") %></th>
    <th><%= t("hyrax.dashboard.my.heading.action") %></th>
  </tr>
  </thead>
  <tbody>
  <% docs.each_with_index do |document, counter| %>
    <% collection_presenter = if document.admin_set?
                                Hyrax::AdminSetPresenter.new(document, current_ability, nil)
                              else
                                Hyrax::CollectionPresenter.new(document, current_ability, nil)
                              end %>
    <%= render 'list_collections', collection_presenter: collection_presenter, counter: counter, is_admin_set: document.admin_set? %>
  <% end %>
  </tbody>
</table>

Version data entries

20 entries across 20 versions & 1 rubygems

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