<% #Using the Bootstrap Pagination class -%> <% #DEPRECATED - using id="previousNextDocument" as a selector is deprecated and will be removed in Blacklight 6.0 %> <% if @previous_document || @next_document || current_search_session %>
<% if @previous_document || @next_document %> <% end %> <% if current_search_session %>
<%= 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' %>
<% end %>
<% end %>