Sha256: 856787c11aefda1fd64fec9c7fb81cf9b8b0729c0b863c6c33459098987ee4ee
Contents?: true
Size: 880 Bytes
Versions: 34
Compression:
Stored size: 880 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, counter: counter %> </h5> <%= document_actions %> </div>
Version data entries
34 entries across 34 versions & 1 rubygems