Sha256: 69244d6b3340440bf64c4800abc76ef9f5180b683677f2594afca484506b9a97
Contents?: true
Size: 432 Bytes
Versions: 13
Compression:
Stored size: 432 Bytes
Contents
<div id="content" class="span12"> <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 %> </div>
Version data entries
13 entries across 13 versions & 1 rubygems