Sha256: f7ba483508d7aaf1f1d8df740abca5ec49e0eb61355d406b3dbf31969f277028

Contents?: true

Size: 1.14 KB

Versions: 9

Compression:

Stored size: 1.14 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="date_uploaded_dtsi" class="<%=params[:sort]== "date_uploaded_dtsi desc" ? 'caret' : params[:sort]== "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

9 entries across 9 versions & 1 rubygems

Version Path
sufia-6.3.0 app/views/my/_index_partials/_default_group.html.erb
sufia-6.2.0 app/views/my/_index_partials/_default_group.html.erb
sufia-6.1.0 app/views/my/_index_partials/_default_group.html.erb
sufia-6.0.0 app/views/my/_index_partials/_default_group.html.erb
sufia-6.0.0.rc4 app/views/my/_index_partials/_default_group.html.erb
sufia-6.0.0.rc3 app/views/my/_index_partials/_default_group.html.erb
sufia-6.0.0.rc2 app/views/my/_index_partials/_default_group.html.erb
sufia-6.0.0.rc1 app/views/my/_index_partials/_default_group.html.erb
sufia-6.0.0.beta1 app/views/my/_index_partials/_default_group.html.erb