Sha256: 7f30166386211f493da69dce95342c199a2efefeb76a4ae3ddcc7a63841139e4
Contents?: true
Size: 865 Bytes
Versions: 21
Compression:
Stored size: 865 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) %> <span class="document-counter"> <%= t('blacklight.search.documents.counter', :counter => counter) if counter %> </span> <%= 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
21 entries across 21 versions & 1 rubygems