Sha256: 5e6f4eab2ac2fc628c0243aa5fbf1379f381fe7642a5d84e2391d2b0c88b5c2d

Contents?: true

Size: 988 Bytes

Versions: 8

Compression:

Stored size: 988 Bytes

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='text-center'><%= t("hyrax.dashboard.my.heading.date_uploaded") %></th>
    <th class='text-center'><%= t("hyrax.dashboard.my.heading.highlighted") %></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

8 entries across 8 versions & 1 rubygems

Version Path
hyrax-3.3.0 app/views/hyrax/my/works/_default_group.html.erb
hyrax-3.2.0 app/views/hyrax/my/works/_default_group.html.erb
hyrax-3.1.0 app/views/hyrax/my/works/_default_group.html.erb
hyrax-3.0.2 app/views/hyrax/my/works/_default_group.html.erb
hyrax-3.0.1 app/views/hyrax/my/works/_default_group.html.erb
hyrax-3.0.0 app/views/hyrax/my/works/_default_group.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/my/works/_default_group.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/my/works/_default_group.html.erb