Sha256: cfec8374a0b05b29ab922fc9bd607d8519c54da40686c2ac5d1ae025c776a4d0

Contents?: true

Size: 475 Bytes

Versions: 4

Compression:

Stored size: 475 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 raw(t 'views.pagination.next'), url, :rel => 'next', :class => 'page-link', :remote => remote %>
</li>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/kaminari/_next_page.html.erb
iqvoc-4.14.4 app/views/kaminari/_next_page.html.erb
iqvoc-4.13.2 app/views/kaminari/_next_page.html.erb
iqvoc-4.13.0 app/views/kaminari/_next_page.html.erb