Sha256: ed951ec383066902e526f4312512e048c65513be3ef6cba61d1994899bc91607

Contents?: true

Size: 1.36 KB

Versions: 8

Compression:

Stored size: 1.36 KB

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 class="sorts-dash"><i id="<%= CatalogController.uploaded_field %>" class="<%= params[:sort] == "#{CatalogController.uploaded_field} desc" ? 'caret' : params[:sort] == "#{CatalogController.uploaded_field} asc" ? 'caret up' : ''%>"></i><%= 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>
  <% end %>
  <tbody>
  <% docs.each_with_index do |document, counter| %>
    <% if document.collection? %>
      <%= render 'hyrax/my/_index_partials/list_collections', document: document, counter: counter %>
    <% else %>
      <%= render 'hyrax/my/_index_partials/list_works', document: document, counter: counter, presenter: Hyrax::WorkShowPresenter.new(document, current_ability) %>
    <% end %>
  <% end %>
  </tbody>
</table>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/my/_index_partials/_default_group.html.erb
hyrax-1.1.0 app/views/hyrax/my/_index_partials/_default_group.html.erb
hyrax-1.0.5 app/views/hyrax/my/_index_partials/_default_group.html.erb
hyrax-1.0.4 app/views/hyrax/my/_index_partials/_default_group.html.erb
hyrax-1.0.3 app/views/hyrax/my/_index_partials/_default_group.html.erb
hyrax-1.0.2 app/views/hyrax/my/_index_partials/_default_group.html.erb
hyrax-1.0.1 app/views/hyrax/my/_index_partials/_default_group.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/my/_index_partials/_default_group.html.erb