Sha256: f45e25b54bdb90cba3400b41c5de6fe0b5a33dfc380493b064c72b5e56553697

Contents?: true

Size: 862 Bytes

Versions: 3

Compression:

Stored size: 862 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>
        <%= 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-0.3.1 app/views/spotlight/catalog/_index_compact_default.html.erb
blacklight-spotlight-0.3.0 app/views/spotlight/catalog/_index_compact_default.html.erb
blacklight-spotlight-0.2.0 app/views/spotlight/catalog/_index_compact_default.html.erb