Sha256: e1bd42040e6e46cf74fffb6c29a5ab0aec7e033e3eb3d9e7be986faf4908c0a3
Contents?: true
Size: 553 Bytes
Versions: 1
Compression:
Stored size: 553 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hyrax-2.1.0.beta1 | app/views/hyrax/collections/_subcollection_list.html.erb |