Sha256: e22c365fc073e96d7c2be4a690e861957fdffc75136d3572995ba2b35e2f75f9

Contents?: true

Size: 445 Bytes

Versions: 8

Compression:

Stored size: 445 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
    total_pages:   total number of pages
    per_page:      number of items to fetch per page
    remote:        data-remote
-%>

<% unless current_page.last? %>
  <%= link_to t('views.pagination.next').html_safe, url, class: 'next', :rel => 'next', :remote => remote %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
smart_table-0.0.8 ./app/views/kaminari/smart_table/_next_page.html.erb
smart_table-0.0.7 ./app/views/kaminari/smart_table/_next_page.html.erb
smart_table-0.0.6 ./app/views/kaminari/smart_table/_next_page.html.erb
smart_table-0.0.5 ./app/views/kaminari/smart_table/_next_page.html.erb
smart_table-0.0.4 ./app/views/kaminari/smart_table/_next_page.html.erb
smart_table-0.0.3 ./app/views/kaminari/smart_table/_next_page.html.erb
smart_table-0.0.2 ./app/views/kaminari/smart_table/_next_page.html.erb
smart_table-0.0.1 ./app/views/kaminari/smart_table/_next_page.html.erb