Sha256: a31bc7a8c708a7613d23ae36324d59b93bb9d91523a32b7e185fe22087f065eb

Contents?: true

Size: 385 Bytes

Versions: 65

Compression:

Stored size: 385 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) %>
  <%= render 'show_document_list', documents: documents %>
<% end %>

Version data entries

65 entries across 65 versions & 1 rubygems

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