Sha256: 4042ff8d526868306fe01f6a83c33fa61c4292df7dbc7c84dbdeb778aae1f96c

Contents?: true

Size: 440 Bytes

Versions: 93

Compression:

Stored size: 440 Bytes

Contents

<%# Link to the "Next" page
  - available local variables
    url:           url to the next page
    current_page:  a page object for the currently displayed page
    num_pages:     total number of pages
    per_page:      number of items to fetch per page
    remote:        data-remote
-%>
<li class="<%= 'disabled' if current_page.last? %>">
  <%= link_to raw(t 'views.pagination.next'), url, :rel => 'next', :remote => remote %>
</li>

Version data entries

93 entries across 93 versions & 3 rubygems

Version Path
blacklight-4.4.1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-4.4.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-4.3.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-4.2.2 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-4.2.1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-4.2.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-4.1.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-4.0.1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-4.0.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-4.0.0.rc2 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-4.0.0.rc1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-4.0.0.pre7 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-4.0.0.pre6 app/views/kaminari/blacklight/_next_page.html.erb