Sha256: 548b5725264f4fbafb2faf0f2a9d67b420e6422330b9f2ccb744ae83220528e6

Contents?: true

Size: 959 Bytes

Versions: 12

Compression:

Stored size: 959 Bytes

Contents

<table class="table table-striped works-list">
  <caption class="sr-only"><%= t("hyrax.dashboard.my.sr.listing") %> <%= application_name %></caption>
  <% unless params[:display_type] == 'list' %>
    <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>
  <% end %>
  <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

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/my/works/_default_group.html.erb
hyrax-2.0.2 app/views/hyrax/my/works/_default_group.html.erb
hyrax-2.0.1 app/views/hyrax/my/works/_default_group.html.erb
hyrax-2.0.0 app/views/hyrax/my/works/_default_group.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/my/works/_default_group.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/my/works/_default_group.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/my/works/_default_group.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/my/works/_default_group.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/my/works/_default_group.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/my/works/_default_group.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/my/works/_default_group.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/my/works/_default_group.html.erb