Sha256: 21796df08ceae280eb856ed7975afcaddfc8eabab6bd37605fc9845ec4bf6e4f
Contents?: true
Size: 819 Bytes
Versions: 12
Compression:
Stored size: 819 Bytes
Contents
<table class="table table-striped works-list"> <caption class="sr-only"><%= t("hyrax.dashboard.my.sr.listing") %> <%= application_name %></caption> <thead> <tr> <th><%= t("hyrax.dashboard.my.heading.title") %></th> <th class="date"><%= t("hyrax.dashboard.my.heading.date_uploaded") %></th> <th><%= t("blacklight.search.fields.facet.suppressed_bsi") %></th> <th><%= t("hyrax.dashboard.my.heading.visibility") %></th> <th><%= 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>
Version data entries
12 entries across 12 versions & 1 rubygems