Sha256: 4d39318367030ec2d4bed5935b9b57b58613d90fb63e99cdb81f3b8242e440ac

Contents?: true

Size: 785 Bytes

Versions: 3

Compression:

Stored size: 785 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), class: 'btn btn-link' %> &middot;
  <%= exhibit_edit_link document, [:edit, current_exhibit, document], class: 'btn btn-link' %>
  </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

3 entries across 3 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.alpha.3 app/views/spotlight/catalog/_index_compact_default.html.erb
blacklight-spotlight-3.0.0.alpha.2 app/views/spotlight/catalog/_index_compact_default.html.erb
blacklight-spotlight-3.0.0.alpha.1 app/views/spotlight/catalog/_index_compact_default.html.erb