Sha256: 4255751fe7c7ac34b89a6df5fea743d74ff7870474be70d8dec517cf1381ca51

Contents?: true

Size: 789 Bytes

Versions: 79

Compression:

Stored size: 789 Bytes

Contents

<% #Using the Bootstrap Pagination class  -%>
<% #DEPRECATED - using id="previousNextDocument" as a selector is deprecated and will be removed in Blacklight 6.0 %>
<div id='previousNextDocument' class='pagination-search-widgets'>
  <% if @previous_document || @next_document %>
    <div class="page_links">
      <%= link_to_previous_document @previous_document %> |

      <%= item_page_entry_info %> |

      <%= link_to_next_document @next_document %>
    </div>
  <% end %>
  <% if current_search_session %>
    <div class="pull-right search-widgets">
      <%= link_back_to_catalog class: 'btn' %>

      <%=link_to t('blacklight.search.start_over'), start_over_path(current_search_session.try(:query_params) || {}), id: 'startOverLink', class: 'btn' %>
    </div>
  <% end %>
</div>

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
blacklight-6.25.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.24.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.23.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.22.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.21.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.20.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.19.2 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.19.1 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.19.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.18.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.17.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.16.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.15.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.14.1 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.14.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.13.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.12.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.11.2 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.11.1 app/views/catalog/_previous_next_doc.html.erb
blacklight-6.11.0 app/views/catalog/_previous_next_doc.html.erb