Sha256: b1e258f628556751bba448566e08bef0a6439072588435c513405122ab534de1
Contents?: true
Size: 880 Bytes
Versions: 34
Compression:
Stored size: 880 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 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.date_uploaded") %></th> <th><%= t("hyrax.dashboard.my.heading.highlighted") %></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
34 entries across 34 versions & 1 rubygems