Sha256: be3c083a714747a5f0d5d4b1f18da8e3b1ae28c9fbe83474feb1ff980e645db0

Contents?: true

Size: 1.18 KB

Versions: 7

Compression:

Stored size: 1.18 KB

Contents

<table class="table table-zebra-striped">
  <caption class="sr-only">Listing of items you have deposited in <%= t('sufia.product_name') %></caption>
<% unless params[:display_type] == 'list' %>
  <thead>
  <tr>
    <th><label for="check_all" class="sr-only"><%= t("sufia.dashboard.my.sr.check_all_label") %></label><%= render_check_all %></th>
    <th>Title</th>
    <th class="sorts-dash"><i id="desc_metadata__date_uploaded_dtsi" class="<%=params[:sort]== "desc_metadata__date_uploaded_dtsi desc" ? 'caret' : params[:sort]== "desc_metadata__date_uploaded_dtsi asc" ? 'caret up' : ''%>"></i>Date Uploaded</th>
    <th>Visibility</th>
    <th>Action</th>
  </tr>
  </thead>
  <% end %>
  <tbody>
  <% docs.each_with_index do |document,counter| %>
    <% case document.hydra_model %>
    <% when "GenericFile" %>
      <%= render partial: 'my/_index_partials/list_files', locals: {document: document, counter: counter} %>
    <% when "Collection" %>
      <%= render partial: 'my/_index_partials/list_collections', locals: {document: document, counter: counter} %>
    <% else %>
      <tr><td colspan='6'><%= document.hydra_model %> : <%= document.id %></td></tr>
    <% end %>
  <% end %>
  </tbody>
</table>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sufia-5.0.0 app/views/my/_index_partials/_default_group.html.erb
sufia-5.0.0.rc1 app/views/my/_index_partials/_default_group.html.erb
sufia-4.3.1 app/views/my/_index_partials/_default_group.html.erb
sufia-4.2.0 app/views/my/_index_partials/_default_group.html.erb
sufia-4.1.0 app/views/my/_index_partials/_default_group.html.erb
sufia-4.0.1 app/views/my/_index_partials/_default_group.html.erb
sufia-4.0.0 app/views/my/_index_partials/_default_group.html.erb