Sha256: 96585748e0439db6404fca11fb522bacc8156d8c98f2f14ad712e5c5f444787d

Contents?: true

Size: 808 Bytes

Versions: 53

Compression:

Stored size: 808 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 @response.documents %>
    <%= render 'results_pagination' %>
  <% end %>
</div>

Version data entries

53 entries across 52 versions & 2 rubygems

Version Path
blacklight-8.6.1 app/views/bookmarks/index.html.erb
blacklight-7.40.0 app/views/bookmarks/index.html.erb
blacklight-8.6.0 app/views/bookmarks/index.html.erb
blacklight-8.5.1 app/views/bookmarks/index.html.erb
blacklight-8.5.0 app/views/bookmarks/index.html.erb
blacklight-7.39.0 app/views/bookmarks/index.html.erb
blacklight-8.4.0 app/views/bookmarks/index.html.erb
blacklight-7.38.0 app/views/bookmarks/index.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/app/views/bookmarks/index.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-7.37.0/app/views/bookmarks/index.html.erb
blacklight-8.3.0 app/views/bookmarks/index.html.erb
blacklight-8.2.2 app/views/bookmarks/index.html.erb
blacklight-8.2.1 app/views/bookmarks/index.html.erb
blacklight-8.2.0 app/views/bookmarks/index.html.erb
blacklight-7.37.0 app/views/bookmarks/index.html.erb
blacklight-7.36.2 app/views/bookmarks/index.html.erb
blacklight-7.36.1 app/views/bookmarks/index.html.erb
blacklight-7.36.0 app/views/bookmarks/index.html.erb
blacklight-7.35.0 app/views/bookmarks/index.html.erb
blacklight-8.1.0 app/views/bookmarks/index.html.erb