Sha256: 96585748e0439db6404fca11fb522bacc8156d8c98f2f14ad712e5c5f444787d

Contents?: true

Size: 808 Bytes

Versions: 53

Compression:

Stored size: 808 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 visually-hidden'><%= t('blacklight.bookmarks.list_title') %></h2>
    <%= render_document_index @response.documents %>
    <%= render 'results_pagination' %>
  <% end %>
</div>

Version data entries

53 entries across 52 versions & 2 rubygems

Version Path
blacklight-7.34.0 app/views/bookmarks/index.html.erb
blacklight-8.0.1 app/views/bookmarks/index.html.erb
blacklight-8.0.0 app/views/bookmarks/index.html.erb
blacklight-8.0.0.beta8 app/views/bookmarks/index.html.erb
blacklight-8.0.0.beta7 app/views/bookmarks/index.html.erb
blacklight-8.0.0.beta6 app/views/bookmarks/index.html.erb
blacklight-8.0.0.beta5 app/views/bookmarks/index.html.erb
blacklight-7.33.1 app/views/bookmarks/index.html.erb
blacklight-8.0.0.beta4 app/views/bookmarks/index.html.erb
blacklight-8.0.0.beta3 app/views/bookmarks/index.html.erb
blacklight-8.0.0.beta2 app/views/bookmarks/index.html.erb
blacklight-8.0.0.beta1 app/views/bookmarks/index.html.erb
blacklight-7.33.0 app/views/bookmarks/index.html.erb
blacklight-7.32.0 app/views/bookmarks/index.html.erb
blacklight-7.31.0 app/views/bookmarks/index.html.erb
blacklight-7.30.0 app/views/bookmarks/index.html.erb
blacklight-7.29.0 app/views/bookmarks/index.html.erb
blacklight-7.28.0 app/views/bookmarks/index.html.erb
blacklight-7.27.1 app/views/bookmarks/index.html.erb
blacklight-7.27.0 app/views/bookmarks/index.html.erb