Sha256: a9989e12340f21f89d8a81a67a7c4e16be505808baf9c1e7e5e6820c6adcd127
Contents?: true
Size: 848 Bytes
Versions: 1
Compression:
Stored size: 848 Bytes
Contents
<% # header bar for doc items in index view -%> <td> <%- if has_thumbnail?(document) && tn = render_thumbnail_tag(document, {}, :counter => document_counter_with_offset(document_counter)) %> <div class="thumbnail"> <%= tn %> </div> <%- end %> </td> <td> <%# main title container for doc partial view How many bootstrap columns need to be reserved for bookmarks control depends on size. -%> <h5 class="index_title col-sm-9 col-lg-10"> <% counter = document_counter_with_offset(document_counter) %> <%= link_to_document document, :label=>document_show_link_field(document), :counter => counter %> </h5> </td> <td> <%= Date.parse document['timestamp'] %> </td>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-spotlight-0.0.1 | app/views/spotlight/catalog/_index_compact_default.html.erb |