Sha256: 202504b4d46226bc67bf3170b525b3eabbeba619030f63c9b327097084f8ef5e

Contents?: true

Size: 502 Bytes

Versions: 8

Compression:

Stored size: 502 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
-%>
<% unless current_page.last? %>
<li class="page-item">
  <%= link_to_unless current_page.last?, raw(t 'views.pagination.next'), url, :class => 'page-link', :rel => 'next', :remote => remote %>
</li>
<% end %>

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
bootstrap5-kaminari-views-0.0.1 app/views/kaminari/bootstrap-5/_next_page.html.erb
bootstrap4-kaminari-views-1.0.1 app/views/kaminari/twitter-bootstrap-4/_next_page.html.erb
optimacms-0.3.9 app/views/kaminari/bootstrap4/_next_page.html.erb
optimacms-0.3.8 app/views/kaminari/bootstrap4/_next_page.html.erb
optimacms-0.3.7 app/views/kaminari/bootstrap4/_next_page.html.erb
optimacms-0.3.6 app/views/kaminari/bootstrap4/_next_page.html.erb
optimacms-0.3.5 app/views/kaminari/bootstrap4/_next_page.html.erb
bootstrap4-kaminari-views-1.0.0 app/views/kaminari/twitter-bootstrap-4/_next_page.html.erb