Sha256: 85d5c9e2b896929f68ca9544d93422e3d11b09385536e9a9fb1efbfcb14b3e76

Contents?: true

Size: 366 Bytes

Versions: 14

Compression:

Stored size: 366 Bytes

Contents

<% # Using the Bootstrap Pagination class  -%>
<div class='pagination-search-widgets'>
  <% if @search_context[:prev] || @search_context[:next] %>
    <div class="page-links">
      <%= link_to_previous_document @search_context[:prev] %> |

      <%= item_page_entry_info %> |

      <%= link_to_next_document @search_context[:next] %>
    </div>
  <% end %>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
blacklight-7.6.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-7.5.1 app/views/catalog/_previous_next_doc.html.erb
blacklight-7.5.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-7.4.2 app/views/catalog/_previous_next_doc.html.erb
blacklight-7.4.1 app/views/catalog/_previous_next_doc.html.erb
blacklight-7.4.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-7.3.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-7.2.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-7.1.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-7.1.0.alpha app/views/catalog/_previous_next_doc.html.erb
blacklight-7.0.1 app/views/catalog/_previous_next_doc.html.erb
blacklight-7.0.0 app/views/catalog/_previous_next_doc.html.erb
blacklight-7.0.0.rc2 app/views/catalog/_previous_next_doc.html.erb
blacklight-7.0.0.rc1 app/views/catalog/_previous_next_doc.html.erb