Sha256: 8974d9775e88334164fa1a30339ff888658e142102c56bedf1ea91c3e5475021

Contents?: true

Size: 916 Bytes

Versions: 116

Compression:

Stored size: 916 Bytes

Contents

<%# header bar for doc items in index view -%>
<div class="documentHeader row" data-label-toggle="<%= document.id %>">
  <%# 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 %>

  <h5 class="index_title <%= 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, document_show_link_field(document), counter: counter %>
  </h5>

  <%= document_actions %>
</div>

Version data entries

116 entries across 116 versions & 1 rubygems

Version Path
blacklight-spotlight-2.0.2 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-2.0.1 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-2.0.0 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-2.0.0.rc6 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-2.0.0.rc5 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-2.0.0.rc4 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-2.0.0.rc3 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-2.0.0.rc2 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-2.0.0.rc1 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-1.5.1 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-1.4.1 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-1.4.0 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-1.3.0 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-1.2.0 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-1.1.0 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-1.0.0 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-1.0.0.alpha2 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-1.0.0.alpha1 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-0.34.1 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-0.34.0 app/views/spotlight/catalog/_admin_index_header_default.html.erb