Sha256: b6b34168761bda92ea1f223650c4ec3b87416a095262f8040097f82f0d54b269

Contents?: true

Size: 788 Bytes

Versions: 4

Compression:

Stored size: 788 Bytes

Contents

<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 %>
  <%= link_to t('blacklight.bookmarks.clear.action_title'), clear_bookmarks_path, :method => :delete, :data => { :confirm => t('blacklight.bookmarks.clear.action_confirm') }, :class => 'clear-bookmarks btn btn-danger pull-right' %>
  <%= render 'sort_and_per_page' %>
  <%= render partial: 'tools', locals: { document_list: @document_list } %>

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-5.11.3 app/views/bookmarks/index.html.erb
blacklight-5.11.2 app/views/bookmarks/index.html.erb
blacklight-5.11.1 app/views/bookmarks/index.html.erb
blacklight-5.11.0 app/views/bookmarks/index.html.erb