Sha256: 32ee397fd21a9a2719319906b6dfa3ce6062867b7cc94fdb1fbd38331db6fdfb

Contents?: true

Size: 667 Bytes

Versions: 22

Compression:

Stored size: 667 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 'tools' %>

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
blacklight-5.7.2 app/views/bookmarks/index.html.erb
blacklight-5.5.4 app/views/bookmarks/index.html.erb
blacklight-5.7.1 app/views/bookmarks/index.html.erb
blacklight-5.7.0 app/views/bookmarks/index.html.erb
blacklight-5.6.0 app/views/bookmarks/index.html.erb
blacklight-5.5.3 app/views/bookmarks/index.html.erb
blacklight-5.5.2 app/views/bookmarks/index.html.erb
blacklight-5.5.1 app/views/bookmarks/index.html.erb
blacklight-5.5.0 app/views/bookmarks/index.html.erb
blacklight-5.4.0 app/views/bookmarks/index.html.erb
blacklight-5.4.0.rc1 app/views/bookmarks/index.html.erb
blacklight-5.3.0 app/views/bookmarks/index.html.erb
blacklight-5.0.3 app/views/bookmarks/index.html.erb
blacklight-5.1.1 app/views/bookmarks/index.html.erb
blacklight-5.2.0 app/views/bookmarks/index.html.erb
blacklight-5.1.0 app/views/bookmarks/index.html.erb
blacklight-5.0.2 app/views/bookmarks/index.html.erb
blacklight-5.0.1 app/views/bookmarks/index.html.erb
blacklight-5.0.0 app/views/bookmarks/index.html.erb
blacklight-5.0.0.pre4 app/views/bookmarks/index.html.erb