Sha256: 0a236e4e3fd9e546bdb153fb3919db75222bba24d0a4eb41e07b26128fcbce6d

Contents?: true

Size: 1.26 KB

Versions: 16

Compression:

Stored size: 1.26 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.last_modified") %></th>
    <th><%= t("hyrax.dashboard.my.heading.items") %></th>
    <th><%= t("hyrax.dashboard.my.heading.collection.visibility") %></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

16 entries across 16 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-5.0.0 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-3.6.0 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-4.0.0 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-3.5.0 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-3.4.2 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-3.4.1 app/views/hyrax/my/collections/_default_group.html.erb
hyrax-3.4.0 app/views/hyrax/my/collections/_default_group.html.erb