Sha256: 361b85f69e9f85fdba0a4f3a8d32f2e70e90ba2422f9caaa05c98b69ff88dd4e

Contents?: true

Size: 471 Bytes

Versions: 10

Compression:

Stored size: 471 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 'hyrax/my/_index_partials/default_group', documents: documents, docs: documents %>
  <% else %>
    <%= render 'show_document_list', documents: documents %>
  <% end %>
<% end %>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/collections/_document_list.html.erb
hyrax-1.1.0 app/views/hyrax/collections/_document_list.html.erb
hyrax-1.0.5 app/views/hyrax/collections/_document_list.html.erb
hyrax-1.0.4 app/views/hyrax/collections/_document_list.html.erb
hyrax-1.0.3 app/views/hyrax/collections/_document_list.html.erb
hyrax-1.0.2 app/views/hyrax/collections/_document_list.html.erb
hyrax-1.0.1 app/views/hyrax/collections/_document_list.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/collections/_document_list.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/collections/_document_list.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/collections/_document_list.html.erb