Sha256: e15c3eedd39c4c7e4908f8237fce743784fd5beadfb1ee67a61aebfa564b9705

Contents?: true

Size: 788 Bytes

Versions: 6

Compression:

Stored size: 788 Bytes

Contents

<% @page_title = t('blacklight.bookmarks.page_title', :application_name => application_name) %>

<div id="content" class="col-md-12">
  <h1 class='page-heading'><%= t('blacklight.bookmarks.title') %></h1>

  <%- if current_or_guest_user.blank? -%>

    <h2 class='section-heading'><%= t('blacklight.bookmarks.need_login') %></h2>

  <%- elsif @response.documents.blank? -%>

    <h2 class='section-heading'><%= t('blacklight.bookmarks.no_bookmarks') %></h2>
  <% else %>
    <%= render 'sort_and_per_page' %>
    <%= render partial: 'tools', locals: { document_list: @response.documents } %>
    <h2 class='section-heading sr-only visually-hidden'><%= t('blacklight.bookmarks.list_title') %></h2>
    <%= render_document_index %>
    <%= render 'results_pagination' %>
  <% end %>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
blacklight-7.21.1 app/views/bookmarks/index.html.erb
blacklight-7.21.0 app/views/bookmarks/index.html.erb
blacklight-7.20.1 app/views/bookmarks/index.html.erb
blacklight-7.20.0 app/views/bookmarks/index.html.erb
blacklight-7.19.2 app/views/bookmarks/index.html.erb
blacklight-7.19.1 app/views/bookmarks/index.html.erb