Sha256: 30f8883678a09ae947217a48801c8427ad797a09a0f9d354ee3127a3821bd797
Contents?: true
Size: 1.07 KB
Versions: 3
Compression:
Stored size: 1.07 KB
Contents
<%# based on blacklight/app/views/catalog/_index_header_default.html.erb %> <%# header bar for doc items in index view -%> <div class="documentHeader row"> <%# main title container for doc partial view How many bootstrap columns need to be reserved for bookmarks control depends on size. -%> <% document_actions = capture do %> <% # bookmark functions for items/docs -%> <%= render_index_doc_actions document, wrapping_class: "index-document-functions col-sm-3 col-lg-2" %> <% end %> <h3 class="index_title document-title-heading <%= document_actions.present? ? "col-sm-9 col-lg-10" : "col-md-12" %>"> <% if counter = document_counter_with_offset(document_counter) %> <span class="document-counter"> <%= t('blacklight.search.documents.counter', counter: counter) %> </span> <% end %> <%= link_to document.title_or_label, hyrax_newspaper_page_path(document.id, anchor: iiif_search_anchor(current_search_session.query_params)) %> </h3> <%= document_actions %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems