Sha256: 05ba28ad34b7d4d08b8829a21e642490d2e319f27a9ed7de1a00a2a779a1ecb3

Contents?: true

Size: 653 Bytes

Versions: 48

Compression:

Stored size: 653 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 @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

48 entries across 48 versions & 1 rubygems

Version Path
blacklight-6.25.0 app/views/bookmarks/index.html.erb
blacklight-6.24.0 app/views/bookmarks/index.html.erb
blacklight-6.23.0 app/views/bookmarks/index.html.erb
blacklight-6.22.0 app/views/bookmarks/index.html.erb
blacklight-6.21.0 app/views/bookmarks/index.html.erb
blacklight-6.20.0 app/views/bookmarks/index.html.erb
blacklight-6.19.2 app/views/bookmarks/index.html.erb
blacklight-6.19.1 app/views/bookmarks/index.html.erb
blacklight-6.19.0 app/views/bookmarks/index.html.erb
blacklight-6.18.0 app/views/bookmarks/index.html.erb
blacklight-6.17.0 app/views/bookmarks/index.html.erb
blacklight-6.16.0 app/views/bookmarks/index.html.erb
blacklight-6.15.0 app/views/bookmarks/index.html.erb
blacklight-6.14.1 app/views/bookmarks/index.html.erb
blacklight-6.14.0 app/views/bookmarks/index.html.erb
blacklight-6.13.0 app/views/bookmarks/index.html.erb
blacklight-6.12.0 app/views/bookmarks/index.html.erb
blacklight-6.11.2 app/views/bookmarks/index.html.erb
blacklight-6.11.1 app/views/bookmarks/index.html.erb
blacklight-6.11.0 app/views/bookmarks/index.html.erb