Sha256: 531e52adc1712b17106d3b4e5858bb35a8bcd3c21ea5d990a43cc38c80d6bf73
Contents?: true
Size: 391 Bytes
Versions: 11
Compression:
Stored size: 391 Bytes
Contents
<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 %> <%= render 'sort_and_per_page' %> <%= render 'tools' %> <%= render_document_index %> <%= render 'results_pagination' %> <% end %>
Version data entries
11 entries across 11 versions & 1 rubygems