Sha256: bd01b527ae019d2d6fb451b1666e6cb4eeba11a0b6853b21f205f227e58c961b

Contents?: true

Size: 552 Bytes

Versions: 64

Compression:

Stored size: 552 Bytes

Contents

<% if @subcollection_docs.nil? || @subcollection_docs.empty? %>
  <div class="alert alert-warning" role="alert"><%= t('hyrax.collections.show.no_visible_subcollections') %></div>
<% else %>
<% @subcollection_docs.each do |document| %>
  <ul>
   <li>
      <% id = document.id %>
      <strong><%= link_to document.title_or_label, [hyrax, document], id: "src_copy_link_#{id}" %></strong>
    </li>
  </ul>
<% end %>
<%= render 'hyrax/collections/paginate', solr_response: @subcollection_solr_response, page_param_name: :sub_collection_page %>
<% end %>

Version data entries

64 entries across 64 versions & 1 rubygems

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