Sha256: e23601bc2b9ee84100949634f6b4e5bc7dd425c0ae4eaf8f050a127231a8337d
Contents?: true
Size: 651 Bytes
Versions: 1
Compression:
Stored size: 651 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 => 'btn btn-danger pull-right' %> <%= render 'sort_and_per_page' %> <%= render 'tools' %> <%= render_document_index %> <%= render 'results_pagination' %> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-5.0.0.pre1 | app/views/bookmarks/index.html.erb |