Sha256: e1f248626ad4b9e71c598dd26421da9ad3fd7e4e9865e863301c26f6a2fd35f1

Contents?: true

Size: 443 Bytes

Versions: 59

Compression:

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

Version data entries

59 entries across 59 versions & 2 rubygems

Version Path
fullstack-admin-0.1.41 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.40 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.39 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.38 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.37 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.36 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.35 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.34 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.33 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.32 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.30 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.29 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.28 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.27 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.26 app/views/kaminari/_next_page.html.erb
fullstack-admin-0.1.25 app/views/kaminari/_next_page.html.erb
kaminari-bootstrap-0.1.2 app/views/kaminari/_next_page.html.erb
kaminari-bootstrap-0.1.1 app/views/kaminari/_next_page.html.erb
kaminari-bootstrap-0.1.0 app/views/kaminari/_next_page.html.erb