Sha256: 0b6caeaca95f6ccfb32fad2a84b9c78fce19c2476d3ace729d1c78157ea65acf

Contents?: true

Size: 521 Bytes

Versions: 5

Compression:

Stored size: 521 Bytes

Contents

<% #Using the Bootstrap Pagination class  -%>
<% if @previous_document || @next_document %>
	<div class="well" id="previousNextDocument">
    <%= link_to_previous_document @previous_document %> |

    <%= item_page_entry_info %> |

    <%= link_to_next_document @next_document %>

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-4.9.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.8.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.7.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.7.0.pre1 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.6.3 app/views/catalog/_previous_next_doc.html.erb