Sha256: c0613060ebeff23c6f90187a950d2c070f0a925e704b512103e312c5e71e9778

Contents?: true

Size: 475 Bytes

Versions: 19

Compression:

Stored size: 475 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')}", catalog_index_path, :id=>"startOverLink" %>
  </div>
	</div>
<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
blacklight-4.6.2 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.6.1 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.6.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.5.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.5.0.rc1 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.4.2 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.4.1 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.4.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.3.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.2.2 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.2.1 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.2.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.1.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.0.1 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.0.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.0.0.rc2 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.0.0.rc1 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.0.0.pre7 app/views/catalog/_previous_next_doc.html.erb
blacklight-4.0.0.pre6 app/views/catalog/_previous_next_doc.html.erb