Sha256: 77282c5a528a608485bf3e902f9bfd1f90e86313018da700cb67d48bd4812100
Contents?: true
Size: 664 Bytes
Versions: 1
Compression:
Stored size: 664 Bytes
Contents
<% # header bar for doc items in index view -%> <div class="documentHeader row"> <%- # main title container for doc partial view -%> <h5 class="index_title col-sm-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 => "documentFunctions col-sm-2" %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-5.0.0.pre1 | app/views/catalog/_document_header.html.erb |