Sha256: 6e6e140bc87ad1e8d3f4ece916fe854e1097a731fce1a4701f0974fee457b4dc
Contents?: true
Size: 807 Bytes
Versions: 1
Compression:
Stored size: 807 Bytes
Contents
<% # 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. -%> <h5 class="index_title col-sm-9 col-lg-10"> <% counter = document_counter_with_offset(document_counter) %> <%= t('blacklight.search.documents.counter', :counter => counter) if counter %> <%= link_to_document document, :label=>document_show_link_field(document), :counter => counter %> </h5> <% # bookmark functions for items/docs -%> <%= render_index_doc_actions document, :wrapping_class => "index-document-functions col-sm-3 col-lg-2" %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-5.0.0.pre2 | app/views/catalog/_index_header_default.html.erb |