Sha256: 091ed97f325e3fd624dc9926b2910061dac1b4b070cac788703a1484f12d6bab

Contents?: true

Size: 616 Bytes

Versions: 16

Compression:

Stored size: 616 Bytes

Contents

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

      <%= item_page_entry_info %> |

      <%= link_to_next_document @next_document %>
      </div>

    <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>
  </div>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
blacklight-5.8.2 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.8.1 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.8.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.7.2 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.5.4 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.7.1 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.7.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.6.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.5.3 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.5.2 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.5.1 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.5.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.4.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.4.0.rc1 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.3.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-5.2.0 app/views/catalog/_previous_next_doc.html.erb