Sha256: 0f4cf969c8c728720be63fe5da7544e3396dfb8d3d810c507f54b3f4aec02b47
Contents?: true
Size: 739 Bytes
Versions: 33
Compression:
Stored size: 739 Bytes
Contents
<% # header bar for doc items in index view -%> <td> <%= render_document_partial document, 'spotlight/catalog/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, 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
33 entries across 33 versions & 1 rubygems