% # header bar for doc items in index view -%>
<%- if has_thumbnail?(document) && tn = render_thumbnail_tag(document, {}, :counter => document_counter_with_offset(document_counter)) %>
<%= tn %>
<%- end %>
|
<%# main title container for doc partial view
How many bootstrap columns need to be reserved
for bookmarks control depends on size.
-%>
<% counter = document_counter_with_offset(document_counter) %>
<%= link_to_document document, :label=>document_show_link_field(document), :counter => counter %>
|
<%= Date.parse document['timestamp'] %>
|