Sha256: d72a67417c782e827a06ddf91c21ad3331e0f64e760cb09573115f4ef8f8283d
Contents?: true
Size: 584 Bytes
Versions: 2
Compression:
Stored size: 584 Bytes
Contents
<%= render 'spotlight/shared/curation_sidebar' %> <div id="content" class="col-md-9"> <% @page_title = t(:'spotlight.curation.items.title') %> <div class="row"> <h1><%= t :'spotlight.curation.header' %></h1> </div> <div class="row"> <h2><small><%= t :'spotlight.curation.items.header' %></small></h2> </div> <%= render 'search_header' %> <%- if @response.empty? %> <%= render "zero_results" %> <%- else %> <%= render_document_index %> <%- end %> <%= render 'results_pagination' %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-spotlight-0.0.2 | app/views/spotlight/catalog/admin.html.erb |
blacklight-spotlight-0.0.1 | app/views/spotlight/catalog/index.html.erb |