Sha256: b9ad89eba678059773a0cc8bba6ff17ff709349b40b4f8e4083f2fc9ddb219de

Contents?: true

Size: 510 Bytes

Versions: 9

Compression:

Stored size: 510 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
-%>
<% if current_page.last? -%>
<span class="next_page disabled"><%= raw(_t 'pagination.next_page') -%></span>
<% else -%>
<%= link_to raw(_t 'pagination.next_page'), url, :rel => 'next', :remote => remote -%>
<% end -%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.5.3.1 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.5.3 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.5.2.2 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.5.2.1 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.5.2 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.5.1 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.5.0 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.5.0.rc3 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.5.0.b9 app/views/kaminari/_next_page.html.erb