Sha256: 2f9adff93c5fe55e613c9935ea75ad73b3c0305d70d0c569f5fc62792940169f
Contents?: true
Size: 665 Bytes
Versions: 12
Compression:
Stored size: 665 Bytes
Contents
<table class="table table-striped"> <caption class="sr-only"><%= t("hyrax.dashboard.my.sr.listing") %> <%= application_name %></caption> <% unless params[:display_type] == 'list' %> <thead> <tr> <th><%= t("hyrax.dashboard.my.heading.title") %></th> <th><%= t("hyrax.dashboard.my.heading.date_uploaded") %></th> <th><%= t("hyrax.dashboard.my.heading.visibility") %></th> <th><%= t("hyrax.dashboard.my.heading.action") %></th> </tr> </thead> <% end %> <tbody> <% docs.each_with_index do |document, counter| %> <%= render 'list_collections', document: document, counter: counter %> <% end %> </tbody> </table>
Version data entries
12 entries across 12 versions & 1 rubygems