Sha256: 89f1f44efc260e238836eb25291fe8e92c3874aa55827d81932ed96b38fa53f6

Contents?: true

Size: 870 Bytes

Versions: 74

Compression:

Stored size: 870 Bytes

Contents

<%# header bar for doc items in index view -%>
<header 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 document, counter: counter %>
  </h3>

  <%= document_actions %>
</header>

Version data entries

74 entries across 74 versions & 2 rubygems

Version Path
blacklight-7.7.0 app/views/catalog/_index_header.html.erb
blacklight-7.6.0 app/views/catalog/_index_header.html.erb
blacklight-7.5.1 app/views/catalog/_index_header.html.erb
blacklight-7.5.0 app/views/catalog/_index_header.html.erb
blacklight-7.4.2 app/views/catalog/_index_header.html.erb
blacklight-7.4.1 app/views/catalog/_index_header.html.erb
blacklight-7.4.0 app/views/catalog/_index_header.html.erb
blacklight-7.3.0 app/views/catalog/_index_header.html.erb
blacklight-7.2.0 app/views/catalog/_index_header.html.erb
blacklight-7.1.0 app/views/catalog/_index_header.html.erb
blacklight-7.1.0.alpha app/views/catalog/_index_header.html.erb
blacklight-7.0.1 app/views/catalog/_index_header.html.erb
blacklight-7.0.0 app/views/catalog/_index_header.html.erb
blacklight-7.0.0.rc2 app/views/catalog/_index_header.html.erb