Sha256: 9bb33dd370344f503183fb4190cb43787e31f6145e800ee003341765ec9584ea
Contents?: true
Size: 615 Bytes
Versions: 3
Compression:
Stored size: 615 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 %> <div class="pageEntriesInfo"> <%= render_pagination_info @response, :entry_name=>'item' %> </div> <%= render 'sort_and_per_page' %> <%= render 'results_pagination' %> <% sidebar_items << capture do %> <%= render 'tools' %> <% end %> <%= render :partial => 'catalog/document_list' %> <%= render 'results_pagination' %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
blacklight-3.8.2 | app/views/bookmarks/index.html.erb |
blacklight-3.8.1 | app/views/bookmarks/index.html.erb |
blacklight-3.8.0 | app/views/bookmarks/index.html.erb |