Sha256: b0a7ba5583f275191726f60471bf7b072d136a533df58a2342fdd2b340d8a384

Contents?: true

Size: 719 Bytes

Versions: 12

Compression:

Stored size: 719 Bytes

Contents

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

<%- if current_or_guest_user.blank? -%>

  <h2><%= t('blacklight.bookmarks.need_login') %></h2>

<%- elsif @document_list.blank? -%>

  <h3><%= 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

12 entries across 12 versions & 1 rubygems

Version Path
blacklight-5.10.3 app/views/bookmarks/index.html.erb
blacklight-5.9.4 app/views/bookmarks/index.html.erb
blacklight-5.10.2 app/views/bookmarks/index.html.erb
blacklight-5.10.1 app/views/bookmarks/index.html.erb
blacklight-5.10.0 app/views/bookmarks/index.html.erb
blacklight-5.9.3 app/views/bookmarks/index.html.erb
blacklight-5.9.2 app/views/bookmarks/index.html.erb
blacklight-5.9.1 app/views/bookmarks/index.html.erb
blacklight-5.9.0 app/views/bookmarks/index.html.erb
blacklight-5.8.2 app/views/bookmarks/index.html.erb
blacklight-5.8.1 app/views/bookmarks/index.html.erb
blacklight-5.8.0 app/views/bookmarks/index.html.erb