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