Sha256: fcf3f620eba2503da2db292ae78fc476a3188bb71993b052c3e79f0e91fc5ad8

Contents?: true

Size: 436 Bytes

Versions: 67

Compression:

Stored size: 436 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
-%>
<span class="next">
  <%= link_to_unless current_page.last?, raw(t 'views.pagination.next'), url, :rel => 'next', :remote => remote %>
</span>

Version data entries

67 entries across 67 versions & 9 rubygems

Version Path
dimkiriyenko-kaminari-0.12.4 app/views/kaminari/_next_page.html.erb
kaminari-0.12.4 app/views/kaminari/_next_page.html.erb
kaminari-0.12.3 app/views/kaminari/_next_page.html.erb
kaminari-0.12.2 app/views/kaminari/_next_page.html.erb
kaminari-0.12.1 app/views/kaminari/_next_page.html.erb
kaminari-0.12.0 app/views/kaminari/_next_page.html.erb
kaminari-0.11.0 app/views/kaminari/_next_page.html.erb