Sha256: 8974d9775e88334164fa1a30339ff888658e142102c56bedf1ea91c3e5475021
Contents?: true
Size: 916 Bytes
Versions: 116
Compression:
Stored size: 916 Bytes
Contents
<%# header bar for doc items in index view -%> <div class="documentHeader row" data-label-toggle="<%= document.id %>"> <%# main title container for doc partial view How many bootstrap columns need to be reserved for bookmarks control depends on size. -%> <% document_actions = capture do %> <% # bookmark functions for items/docs -%> <%= render_index_doc_actions document, wrapping_class: "index-document-functions col-sm-3 col-lg-2" %> <% end %> <h5 class="index_title <%= document_actions.present? ? "col-sm-9 col-lg-10" : "col-md-12" %>"> <% if counter = document_counter_with_offset(document_counter) %> <span class="document-counter"> <%= t('blacklight.search.documents.counter', counter: counter) %> </span> <% end %> <%= link_to_document document, document_show_link_field(document), counter: counter %> </h5> <%= document_actions %> </div>
Version data entries
116 entries across 116 versions & 1 rubygems