Sha256: 8667d9f5d12a37bf2641ac02fe188653d8d67dea9a2fc037b6918f8971e9d76e
Contents?: true
Size: 331 Bytes
Versions: 1
Compression:
Stored size: 331 Bytes
Contents
<% # container for all documents in index view -%> <table id="documents" class="table"> <thead> <tr><th class="col-sm-3"></th><th class="col-sm-6"><%= t(:'spotlight.catalog.title') %></th><th class="col-sm-3"><%= t(:'spotlight.catalog.date_added') %></th></tr> </thead> <%= render documents, :as => :document %> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-spotlight-0.0.1 | app/views/spotlight/catalog/_document_list.html.erb |