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> </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