Sha256: b830968b045bd9a7bcb9b239a9937ec5e3efa3f769d1a351488dfa843d257209

Contents?: true

Size: 578 Bytes

Versions: 64

Compression:

Stored size: 578 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 %>
  <% presenter.parent_collections.documents.each do |document| %>
    <ul>
      <li>
        <strong><%= link_to document, [hyrax, document], id: "src_copy_link_#{document.id}" %></strong>
      </li>
    </ul>
  <% end %>
  <div class="row">
    <%= render 'hyrax/collections/paginate', solr_response: presenter.parent_collections, page_param_name: :parent_collection_page %>
  </div>
<% end %>

Version data entries

64 entries across 64 versions & 1 rubygems

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