Sha256: dfb0bad1d800439b48a9fce6fa683492065e00eebceff3fa1c093d6b58bdee9d

Contents?: true

Size: 752 Bytes

Versions: 6

Compression:

Stored size: 752 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, search_state.url_for_document(document) %> &middot;
  <%= 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

6 entries across 6 versions & 1 rubygems

Version Path
blacklight-spotlight-3.6.0.beta7 app/views/spotlight/catalog/_index_compact_default.html.erb
blacklight-spotlight-3.6.0.beta6 app/views/spotlight/catalog/_index_compact_default.html.erb
blacklight-spotlight-3.6.0.beta5 app/views/spotlight/catalog/_index_compact_default.html.erb
blacklight-spotlight-3.6.0.beta4 app/views/spotlight/catalog/_index_compact_default.html.erb
blacklight-spotlight-3.6.0.beta3 app/views/spotlight/catalog/_index_compact_default.html.erb
blacklight-spotlight-3.6.0.beta1 app/views/spotlight/catalog/_index_compact_default.html.erb