%- Spotlight.deprecator.warn 'The partial _spotlight/catalog/_index_compact_default.html.erb will be removed; customize the admin display using components instead' %>
<% # header bar for doc items in index view -%>
<%= render_document_partial document, 'admin_thumbnail', document_counter: document_counter %>
|
<%= render_document_partial document, 'admin_index_header', document_counter: document_counter %>
<%= view_link document, search_state.url_for_document(document) %> ·
<%= exhibit_edit_link document, [:edit, current_exhibit, document] %>
|
<%= l Date.parse(document[blacklight_config.index.timestamp_field]) if document[blacklight_config.index.timestamp_field] %>
|
<%= render partial: 'document_visibility_control', locals: { document: document} %>
|