Sha256: fbf7d638527ca441c0e123b874c1b8acafd12079dddfe7115de0ca2fddb1c803
Contents?: true
Size: 1.32 KB
Versions: 6
Compression:
Stored size: 1.32 KB
Contents
<%= render 'shared/breadcrumbs' %> <%= render @repository %> <div class="row al-repository-show-header"> <div class="col col-md-8 col-lg-9"> <h3> <%= t('arclight.views.show.our_collections') %> </h3> </div> <div class="col text-right"> <span class="al-repository-collections"> <%= link_to(t(:'arclight.views.repositories.view_all_collections'), repository_collections_path(@repository)) %> </span> </div> </div> <div class="row"> <% @collections.each do |document| %> <div class="col-md-12"> <div class='al-document-title-bar'> <div class='row'> <div class='col-md-10 col-lg-9'> <h5><%= link_to document.normalized_title, solr_document_path(document.id) %></h5> <%= content_tag('div', class: 'al-document-abstract-or-scope', title: document.abstract_or_scope) do %> <%= content_tag('div', 'data-arclight-truncate' => true) do %> <%= document.abstract_or_scope %> <% end %> <% end if document.abstract_or_scope %> </div> <% if document.unitid %> <div class='col text-right al-collection-id'> <%= t(:'arclight.views.show.collection_id', id: document.unitid) %> </div> <% end %> </div> </div> </div> <% end %> </div>
Version data entries
6 entries across 6 versions & 1 rubygems