Sha256: 462be03b93bc017ee2ebc1ccad3e8855908cb3bfbf2470cad644205d10ceaab0

Contents?: true

Size: 982 Bytes

Versions: 9

Compression:

Stored size: 982 Bytes

Contents

<table class="table table-striped works-list datatable">
  <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"><%= 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

9 entries across 9 versions & 1 rubygems

Version Path
hyrax-2.3.3 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.3.2 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.3.1 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.3.0 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.2.4 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.2.3 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.2.2 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.2.1 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.2.0 app/views/hyrax/dashboard/works/_default_group.html.erb