Sha256: bc43d08198a0f7f5f0e6f33eaa6daa2c02d3848ae66f9e599cb23de804a11752

Contents?: true

Size: 556 Bytes

Versions: 5

Compression:

Stored size: 556 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 %>
  <%= render 'sort_and_per_page' %>
  <%= render partial: 'tools', locals: { document_list: @document_list } %>

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-5.14.0 app/views/bookmarks/index.html.erb
blacklight-5.13.1 app/views/bookmarks/index.html.erb
blacklight-5.13.0 app/views/bookmarks/index.html.erb
blacklight-5.12.1 app/views/bookmarks/index.html.erb
blacklight-5.12.0 app/views/bookmarks/index.html.erb