Sha256: bcd219493f762823566de298af6b7ab189093e976d422e55fccef7684bb9ea83

Contents?: true

Size: 972 Bytes

Versions: 25

Compression:

Stored size: 972 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 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

25 entries across 25 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.9.5 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.9.4 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.9.3 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.9.2 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.9.1 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.9.0 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.8.0 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.7.2 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.7.1 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.7.0 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.6.0 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.5.1 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.5.0 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.4.1 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.4.0 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.1.0 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/dashboard/works/_default_group.html.erb