Sha256: 70a8aeb9ab6b45a3eb72ea0ecccf921d5ac5e04c9b360e8549057103864e136c
Contents?: true
Size: 902 Bytes
Versions: 16
Compression:
Stored size: 902 Bytes
Contents
<%- 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 -%> <td> <%= render_document_partial document, 'admin_thumbnail', document_counter: document_counter %> </td> <td> <%= render_document_partial document, 'admin_index_header', document_counter: document_counter %> <div class="page-links"> <%= view_link document, search_state.url_for_document(document) %> · <%= exhibit_edit_link document, [:edit, current_exhibit, document] %> </div> </td> <td class="text-nowrap"> <%= l Date.parse(document[blacklight_config.index.timestamp_field]) if document[blacklight_config.index.timestamp_field] %> </td> <td class="checkbox-toggle"> <%= render partial: 'document_visibility_control', locals: { document: document} %> </td>
Version data entries
16 entries across 16 versions & 1 rubygems