Sha256: fe2559fbc260ea5d490ccc3afd9b5b10cfb814b77063f477a40ede7a84aed763

Contents?: true

Size: 637 Bytes

Versions: 6

Compression:

Stored size: 637 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"><%= t('blacklight.search.documents.counter', :counter => (document_counter + 1 + @response.params[:start].to_i)) %><%= link_to_document document, :label=>document_show_link_field, :counter => (document_counter + 1 + @response.params[:start].to_i) %></h5>

        
        <% # bookmark functions for items/docs -%>
        <%= render_index_doc_actions document, :wrapping_class => "documentFunctions span2" %>
      </div>
      

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
blacklight-4.0.1 app/views/catalog/_document_header.html.erb
blacklight-4.0.0 app/views/catalog/_document_header.html.erb
blacklight-4.0.0.rc2 app/views/catalog/_document_header.html.erb
blacklight-4.0.0.rc1 app/views/catalog/_document_header.html.erb
blacklight-4.0.0.pre7 app/views/catalog/_document_header.html.erb
blacklight-4.0.0.pre6 app/views/catalog/_document_header.html.erb