Sha256: 4a9391f5a8b15f1ccf9e2ff0097c8aa6dcc4e90e29cc3e5a7eb321ea198cd740

Contents?: true

Size: 843 Bytes

Versions: 27

Compression:

Stored size: 843 Bytes

Contents

<table class="table table-striped collections-list-table collection-works-table">
  <caption class="sr-only"><%= t('hyrax.dashboard.collections.show_document_list.list_items_in_collection') %></caption>
  <thead>
  <tr>
    <th>&nbsp;</th>
    <th class="title-column"><%= t('hyrax.dashboard.collections.show_document_list.title') %></th>
    <th><%= t('hyrax.dashboard.collections.show_document_list.date_added') %></th>
    <th><%= t('hyrax.dashboard.collections.show_document_list.owner') %></th>
    <th><%= t('hyrax.dashboard.collections.show_document_list.visibility') %></th>
    <% if current_user %>
      <th><%= t('hyrax.dashboard.collections.show_document_list.action') %></th>
    <% end %>
  </tr>
  </thead>
  <tbody>
    <%= render partial: 'show_document_list_row', collection: documents, as: :document %>
  </tbody>
</table>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-5.0.0 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-3.6.0 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-4.0.0 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-3.5.0 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-3.4.2 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-3.4.1 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-3.4.0 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-3.3.0 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-3.2.0 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-3.1.0 app/views/hyrax/dashboard/collections/_show_document_list.html.erb
hyrax-3.0.2 app/views/hyrax/dashboard/collections/_show_document_list.html.erb