Sha256: 5259fd5e8e61179a33d46ec681d2832b2363b0dc7084bc1b29836f599817b6f9

Contents?: true

Size: 502 Bytes

Versions: 105

Compression:

Stored size: 502 Bytes

Contents

<% # container for all documents in index view -%>
<table id="documents" class="table">
  <thead>
    <tr>
      <th class="col-sm-1"></th>
      <th class="col-sm-5"><%= t(:'spotlight.catalog.fields.title') %></th>
      <th class="col-sm-2"><%= t(:'spotlight.catalog.fields.date_added') %></th>
      <th class="col-sm-1 checkbox-toggle"><%= t(:'spotlight.catalog.fields.visibility') %></th>
    </tr>
  </thead>
  <%= render partial: 'document_row', collection: documents, as: :document %>
</table>

Version data entries

105 entries across 105 versions & 1 rubygems

Version Path
blacklight-spotlight-0.4.1 app/views/spotlight/catalog/_document_admin_table.html.erb
blacklight-spotlight-0.3.1 app/views/spotlight/catalog/_document_admin_table.html.erb
blacklight-spotlight-0.3.0 app/views/spotlight/catalog/_document_admin_table.html.erb
blacklight-spotlight-0.2.0 app/views/spotlight/catalog/_document_admin_table.html.erb
blacklight-spotlight-0.1.0 app/views/spotlight/catalog/_document_admin_table.html.erb