Sha256: 451a0be493da105b6d18eea1a7156f303987d64e22bac55955ff2057977f0c43

Contents?: true

Size: 988 Bytes

Versions: 20

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.last_modified") %></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

20 entries across 20 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/my/works/_default_group.html.erb
hyrax-5.0.4 app/views/hyrax/my/works/_default_group.html.erb
hyrax-5.0.3 app/views/hyrax/my/works/_default_group.html.erb
hyrax-5.0.2 app/views/hyrax/my/works/_default_group.html.erb
hyrax-5.0.1 app/views/hyrax/my/works/_default_group.html.erb
hyrax-5.0.0 app/views/hyrax/my/works/_default_group.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/my/works/_default_group.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/my/works/_default_group.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/my/works/_default_group.html.erb
hyrax-3.6.0 app/views/hyrax/my/works/_default_group.html.erb
hyrax-4.0.0 app/views/hyrax/my/works/_default_group.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/my/works/_default_group.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/my/works/_default_group.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/my/works/_default_group.html.erb
hyrax-3.5.0 app/views/hyrax/my/works/_default_group.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/my/works/_default_group.html.erb
hyrax-3.4.2 app/views/hyrax/my/works/_default_group.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/my/works/_default_group.html.erb
hyrax-3.4.1 app/views/hyrax/my/works/_default_group.html.erb
hyrax-3.4.0 app/views/hyrax/my/works/_default_group.html.erb