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-2.9.5 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.0.2 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.0.1 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.0.0 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/collections/_document_list.html.erb
hyrax-2.9.4 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/collections/_document_list.html.erb
hyrax-2.9.3 app/views/hyrax/collections/_document_list.html.erb
hyrax-2.9.2 app/views/hyrax/collections/_document_list.html.erb
hyrax-2.9.1 app/views/hyrax/collections/_document_list.html.erb
hyrax-2.9.0 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/collections/_document_list.html.erb
hyrax-2.8.0 app/views/hyrax/collections/_document_list.html.erb
hyrax-2.7.2 app/views/hyrax/collections/_document_list.html.erb
hyrax-2.7.1 app/views/hyrax/collections/_document_list.html.erb
hyrax-2.7.0 app/views/hyrax/collections/_document_list.html.erb
hyrax-2.6.0 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/collections/_document_list.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/collections/_document_list.html.erb
hyrax-2.5.1 app/views/hyrax/collections/_document_list.html.erb