Sha256: ef4cfb7e75e18171f9b92fffa938ccac0ea04e75454e5195c169d2d6fa4d988e
Contents?: true
Size: 498 Bytes
Versions: 2
Compression:
Stored size: 498 Bytes
Contents
<% # container for all documents in index view -%> <table id="documents" class="table"> <thead> <tr> <th></th> <th scope="col"><%= t(:'spotlight.catalog.fields.title') %></th> <th scope="col" class="text-nowrap"><%= t(:'spotlight.catalog.fields.date_added') %></th> <th scope="col" class="checkbox-toggle"><%= t(:'spotlight.catalog.fields.visibility') %></th> </tr> </thead> <%= render partial: 'document_row', collection: documents, as: :document %> </table>
Version data entries
2 entries across 2 versions & 1 rubygems