Sha256: 6d9865b8315d244121d64cf87fca2d796a68d870a14e7bb3d41d9a7afaaca51e
Contents?: true
Size: 523 Bytes
Versions: 47
Compression:
Stored size: 523 Bytes
Contents
<% # container for all documents in index view -%> <table id="documents" class="table"> <thead> <tr> <th class="thumbnail-column"></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
47 entries across 47 versions & 1 rubygems