Sha256: baf2ab6277578438f75b7bf0a032fb7f51e62fef0c63a50ce5c92cfe38f2d414
Contents?: true
Size: 1.05 KB
Versions: 8
Compression:
Stored size: 1.05 KB
Contents
<fieldset> <table class="table table-striped works-list"> <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 class="date text-center"><%= t("hyrax.dashboard.my.heading.date_uploaded") %></th> <th class="text-center"><%= t("blacklight.search.fields.facet.suppressed_bsi") %></th> <th class="text-center"><%= t("hyrax.dashboard.my.heading.work.visibility") %></th> <th class="text-center"><%= t("hyrax.dashboard.my.heading.action") %></th> </tr> </thead> <tbody> <% docs.each_with_index do |document, counter| %> <%= render 'list_works', document: document, counter: counter, presenter: Hyrax::WorkShowPresenter.new(document, current_ability) %> <% end %> </tbody> </table> </fieldset>
Version data entries
8 entries across 8 versions & 1 rubygems