Sha256: f04bd17b83e2125904b7977ba44b478da5a676e839c190c4d1e2b0d7097c39c4

Contents?: true

Size: 527 Bytes

Versions: 12

Compression:

Stored size: 527 Bytes

Contents

<% @all_checked = false %>
<% @user = current_user %>
<% if documents.nil? || documents.empty? %>
  <div class="alert alert-warning" role="alert"><%= t('hyrax.collection.document_list.no_visible_works') %></div>
<% else %>
  <% @document_list = documents %>
  <% @disable_select_all = (@document_list.count <= 1) %>
  <% if params[:action] == "edit" %>
    <%= render 'form_default_group', documents: documents, docs: documents %>
  <% else %>
    <%= render 'show_document_list', documents: documents %>
  <% end %>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/dashboard/collections/_document_list.html.erb
hyrax-2.0.2 app/views/hyrax/dashboard/collections/_document_list.html.erb
hyrax-2.0.1 app/views/hyrax/dashboard/collections/_document_list.html.erb
hyrax-2.0.0 app/views/hyrax/dashboard/collections/_document_list.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/dashboard/collections/_document_list.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/dashboard/collections/_document_list.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/dashboard/collections/_document_list.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/dashboard/collections/_document_list.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/dashboard/collections/_document_list.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/dashboard/collections/_document_list.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/dashboard/collections/_document_list.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/dashboard/collections/_document_list.html.erb