Sha256: 66eb67114d3b3ed812f1fb57aaec85a5ff1b3e38366606dcea4f94739aba6817

Contents?: true

Size: 514 Bytes

Versions: 3

Compression:

Stored size: 514 Bytes

Contents

<% # header bar for doc items in index view -%>
<div class="documentHeader row" data-label-toggle="<%= document.id %>">
   <h5 class="index_title col-sm-9 col-lg-10">
     <% counter = document_counter_with_offset(document_counter) %>
     <span class="document-counter">
       <%= t('blacklight.search.documents.counter', :counter => counter) if counter %>
     </span>
     <%= link_to_document document, truncate(presenter(document).document_show_html_title, length: 89), :counter => counter %>
  </h5>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blacklight-spotlight-0.3.1 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-0.3.0 app/views/spotlight/catalog/_admin_index_header_default.html.erb
blacklight-spotlight-0.2.0 app/views/spotlight/catalog/_admin_index_header_default.html.erb