<%= 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 %>