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

Version Path
blacklight-4.9.0 app/views/bookmarks/index.html.erb
blacklight-4.8.0 app/views/bookmarks/index.html.erb
blacklight-4.7.0 app/views/bookmarks/index.html.erb
blacklight-4.7.0.pre1 app/views/bookmarks/index.html.erb
blacklight-4.6.3 app/views/bookmarks/index.html.erb
blacklight-4.6.2 app/views/bookmarks/index.html.erb
blacklight-4.6.1 app/views/bookmarks/index.html.erb
blacklight-4.6.0 app/views/bookmarks/index.html.erb
blacklight-4.5.0 app/views/bookmarks/index.html.erb
blacklight-4.5.0.rc1 app/views/bookmarks/index.html.erb
blacklight-4.4.2 app/views/bookmarks/index.html.erb
blacklight-4.4.1 app/views/bookmarks/index.html.erb
blacklight-4.4.0 app/views/bookmarks/index.html.erb