Sha256: 80e46ed840e450e67c9b3de68f0c60f934830ad2a935b04994850a4b21c279cd
Contents?: true
Size: 1.03 KB
Versions: 15
Compression:
Stored size: 1.03 KB
Contents
<%# header bar for doc items in index view -%> <%- Spotlight.deprecator.warn 'The partial _spotlight/catalog/admin_index_header_default.html.erb will be removed; customize the admin display using components instead' %> <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, counter: counter %> </h5> <%= document_actions %> </div>
Version data entries
15 entries across 15 versions & 1 rubygems