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

Version Path
blacklight-5.7.2 app/views/catalog/_index_header_default.html.erb
blacklight-5.5.4 app/views/catalog/_index_header_default.html.erb
blacklight-5.7.1 app/views/catalog/_index_header_default.html.erb
blacklight-5.7.0 app/views/catalog/_index_header_default.html.erb
blacklight-5.6.0 app/views/catalog/_index_header_default.html.erb
blacklight-5.5.3 app/views/catalog/_index_header_default.html.erb
blacklight-5.5.2 app/views/catalog/_index_header_default.html.erb
blacklight-5.5.1 app/views/catalog/_index_header_default.html.erb
blacklight-5.5.0 app/views/catalog/_index_header_default.html.erb
blacklight-5.4.0 app/views/catalog/_index_header_default.html.erb
blacklight-5.4.0.rc1 app/views/catalog/_index_header_default.html.erb
blacklight-5.3.0 app/views/catalog/_index_header_default.html.erb
blacklight-5.0.3 app/views/catalog/_index_header_default.html.erb
blacklight-5.1.1 app/views/catalog/_index_header_default.html.erb
blacklight-5.2.0 app/views/catalog/_index_header_default.html.erb
blacklight-5.1.0 app/views/catalog/_index_header_default.html.erb
blacklight-5.0.2 app/views/catalog/_index_header_default.html.erb
blacklight-5.0.1 app/views/catalog/_index_header_default.html.erb
blacklight-5.0.0 app/views/catalog/_index_header_default.html.erb
blacklight-5.0.0.pre4 app/views/catalog/_index_header_default.html.erb