Sha256: 8b62b266082b6328c646abdd82b22fd6d7a354ccbbde7396f979749bfe94cfcd

Contents?: true

Size: 446 Bytes

Versions: 73

Compression:

Stored size: 446 Bytes

Contents

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

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/hyrax/collections/_document_list.html.erb
hyrax-5.0.0 app/views/hyrax/collections/_document_list.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/collections/_document_list.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/collections/_document_list.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.6.0 app/views/hyrax/collections/_document_list.html.erb
hyrax-4.0.0 app/views/hyrax/collections/_document_list.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/collections/_document_list.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/collections/_document_list.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.5.0 app/views/hyrax/collections/_document_list.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.4.2 app/views/hyrax/collections/_document_list.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.4.1 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.4.0 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.3.0 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.2.0 app/views/hyrax/collections/_document_list.html.erb
hyrax-2.9.6 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.1.0 app/views/hyrax/collections/_document_list.html.erb