Sha256: 8fa299ed443c12211b961819076dd48575e0f8dfee67d1d54b896282cb1b9c8d
Contents?: true
Size: 663 Bytes
Versions: 1
Compression:
Stored size: 663 Bytes
Contents
<% @page_title = t('blacklight.bookmarks.page_title', :application_name => application_name) %> <div id="content" class="col-md-12"> <h2 class='page-heading'><%= t('blacklight.bookmarks.title') %></h2> <%- if current_or_guest_user.blank? -%> <h3 class='section-heading'><%= t('blacklight.bookmarks.need_login') %></h3> <%- elsif @response.documents.blank? -%> <h3 class='section-heading'><%= t('blacklight.bookmarks.no_bookmarks') %></h3> <% else %> <%= render 'sort_and_per_page' %> <%= render partial: 'tools', locals: { document_list: @response.documents } %> <%= render_document_index %> <%= render 'results_pagination' %> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-7.0.0.rc1 | app/views/bookmarks/index.html.erb |