Sha256: 554fe1d94273d8037b9181e2a0e51ad0f44a169821cc1d50635d65dfa51a1337

Contents?: true

Size: 656 Bytes

Versions: 13

Compression:

Stored size: 656 Bytes

Contents

     
      <% # header bar for doc items in index view -%>
      <div class="documentHeader clearfix">
        
        <%- # main title container for doc partial view -%>
         <h5 class="index_title">
         <% 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 => "documentFunctions span2" %>
      </div>
      

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
blacklight-4.9.0 app/views/catalog/_document_header.html.erb
blacklight-4.8.0 app/views/catalog/_document_header.html.erb
blacklight-4.7.0 app/views/catalog/_document_header.html.erb
blacklight-4.7.0.pre1 app/views/catalog/_document_header.html.erb
blacklight-4.6.3 app/views/catalog/_document_header.html.erb
blacklight-4.6.2 app/views/catalog/_document_header.html.erb
blacklight-4.6.1 app/views/catalog/_document_header.html.erb
blacklight-4.6.0 app/views/catalog/_document_header.html.erb
blacklight-4.5.0 app/views/catalog/_document_header.html.erb
blacklight-4.5.0.rc1 app/views/catalog/_document_header.html.erb
blacklight-4.4.2 app/views/catalog/_document_header.html.erb
blacklight-4.4.1 app/views/catalog/_document_header.html.erb
blacklight-4.4.0 app/views/catalog/_document_header.html.erb