% # header bar for doc items in index view -%>
<%= render_document_partial document, 'spotlight/catalog/admin_thumbnail', document_counter: document_counter %>
|
<%= render_document_partial document, 'index_header', document_counter: document_counter %>
<%= view_link document, url_for_document(document), class: 'btn btn-text' %> ·
<%= exhibit_edit_link document, class: 'btn btn-text' %>
|
<%= Date.parse document['timestamp'] %>
|
<%= render partial: 'document_visibility_control', locals: { document: document} %>
|