Sha256: 5d983b086958a74e0de65d1cb4d31c19f654e49aec305e4890108b46f05de5ff

Contents?: true

Size: 685 Bytes

Versions: 64

Compression:

Stored size: 685 Bytes

Contents

<% if presenter.total_parent_collections <= 0 %>
  <div class="alert alert-warning" role="alert"><%= t('hyrax.collections.show.no_visible_parent_collections') %></div>
<% else %>
  <ul class="collections-list">
    <% presenter.parent_collections.documents.each do |document| %>
      <%= render 'hyrax/dashboard/collections/show_parent_collection_row', id: presenter.id, document: document %>
    <% end %>
  </ul>
  <div class="row">
    <%= render 'hyrax/collections/paginate', solr_response: presenter.parent_collections, page_param_name: :parent_collection_page %>
  </div>
  <!-- Remove parent collection Modal window -->
  <%= render 'modal_remove_from_collection' %>
<% end %>

Version data entries

64 entries across 64 versions & 1 rubygems

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