<%= render 'shared/breadcrumbs' %> <%= render @repository %>

<%= t('arclight.views.show.our_collections') %>

<%= link_to(t(:'arclight.views.repositories.view_all_collections'), repository_collections_path(@repository)) %>
<% @collections.each do |document| %>
<%= link_to document.normalized_title, solr_document_path(document.id) %>
<%= 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 %>
<% if document.unitid %>
<%= t(:'arclight.views.show.collection_id', id: document.unitid) %>
<% end %>
<% end %>