Sha256: 55deea23e4ee5e70ebbd63a3d3feed1f5a4aa18b3ae2ed427b3739545298dd6d

Contents?: true

Size: 772 Bytes

Versions: 36

Compression:

Stored size: 772 Bytes

Contents

<% @page_title = t('blacklight.bookmarks.page_title', :application_name => application_name) %>

<div id="content" class="col-md-12">
  <h1 class='page-heading'><%= t('blacklight.bookmarks.title') %></h1>

  <%- if current_or_guest_user.blank? -%>

    <h2 class='section-heading'><%= t('blacklight.bookmarks.need_login') %></h2>

  <%- elsif @response.documents.blank? -%>

    <h2 class='section-heading'><%= t('blacklight.bookmarks.no_bookmarks') %></h2>
  <% else %>
    <%= render 'sort_and_per_page' %>
    <%= render partial: 'tools', locals: { document_list: @response.documents } %>
    <h2 class='section-heading sr-only'><%= t('blacklight.bookmarks.list_title') %></h2>
    <%= render_document_index %>
    <%= render 'results_pagination' %>
  <% end %>
</div>

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
blacklight-7.19.0 app/views/bookmarks/index.html.erb
blacklight-7.18.1 app/views/bookmarks/index.html.erb
blacklight-7.18.0 app/views/bookmarks/index.html.erb
blacklight-7.17.2 app/views/bookmarks/index.html.erb
blacklight-7.17.1 app/views/bookmarks/index.html.erb
blacklight-7.17.0 app/views/bookmarks/index.html.erb
blacklight-7.16.0 app/views/bookmarks/index.html.erb
blacklight-7.15.2 app/views/bookmarks/index.html.erb
blacklight-7.15.1 app/views/bookmarks/index.html.erb
blacklight-7.15.0 app/views/bookmarks/index.html.erb
blacklight-7.14.1 app/views/bookmarks/index.html.erb
blacklight-7.14.0 app/views/bookmarks/index.html.erb
blacklight-7.13.2 app/views/bookmarks/index.html.erb
blacklight-7.13.1 app/views/bookmarks/index.html.erb
blacklight-7.13.0 app/views/bookmarks/index.html.erb
blacklight-7.12.1 app/views/bookmarks/index.html.erb
blacklight-7.12.0 app/views/bookmarks/index.html.erb
blacklight-7.11.1 app/views/bookmarks/index.html.erb
blacklight-7.10.0 app/views/bookmarks/index.html.erb
blacklight-7.9.0 app/views/bookmarks/index.html.erb