Sha256: 7ecbc37913f8c36618f4af272c6c652369b1286790f8865e133a76419eb49698

Contents?: true

Size: 1.05 KB

Versions: 16

Compression:

Stored size: 1.05 KB

Contents

<fieldset>
<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 text-center"><%= t("hyrax.dashboard.my.heading.date_modified") %></th>
      <th class="text-center"><%= t("blacklight.search.fields.facet.suppressed_bsi") %></th>
      <th class="text-center"><%= t("hyrax.dashboard.my.heading.work.visibility") %></th>
      <th class="text-center"><%= 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>
</fieldset>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-5.0.0 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-3.6.0 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-4.0.0 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-3.5.0 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-3.4.2 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-3.4.1 app/views/hyrax/dashboard/works/_default_group.html.erb
hyrax-3.4.0 app/views/hyrax/dashboard/works/_default_group.html.erb