Sha256: e058a33d850aeb615801e99ffc8e9168acf31f2574f282c8d1bd12f1449e104a

Contents?: true

Size: 653 Bytes

Versions: 13

Compression:

Stored size: 653 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 @document_list.blank? -%>

  <h3 class='section-heading'><%= t('blacklight.bookmarks.no_bookmarks') %></h3>
<% else %>
  <%= render 'sort_and_per_page' %>
  <%= render partial: 'tools', locals: { document_list: @document_list } %>

  <%= render_document_index %>
  <%= render 'results_pagination' %>
<% end %>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
blacklight-5.19.2 app/views/bookmarks/index.html.erb
blacklight-5.19.1 app/views/bookmarks/index.html.erb
blacklight-5.19.0 app/views/bookmarks/index.html.erb
blacklight-5.18.0 app/views/bookmarks/index.html.erb
blacklight-5.17.2 app/views/bookmarks/index.html.erb
blacklight-5.17.1 app/views/bookmarks/index.html.erb
blacklight-5.17.0 app/views/bookmarks/index.html.erb
blacklight-5.16.4 app/views/bookmarks/index.html.erb
blacklight-5.16.3 app/views/bookmarks/index.html.erb
blacklight-5.16.2 app/views/bookmarks/index.html.erb
blacklight-5.16.1 app/views/bookmarks/index.html.erb
blacklight-5.16.0 app/views/bookmarks/index.html.erb
blacklight-5.15.0 app/views/bookmarks/index.html.erb