Sha256: 8cb57c5cf771e731bc41c7d177884e7883b9858407ec5a9f56876b69408faba7

Contents?: true

Size: 543 Bytes

Versions: 17

Compression:

Stored size: 543 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">&rsaquo;</span>
<% else -%>
<%= link_to '&rsaquo;'.html_safe, url, :rel => 'next', :remote => remote, :title => t('views.pagination.next_page'), :class => "next_page button" -%>
<% end -%>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.9.0 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.8.3 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.7.5 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.6.3 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.7.4 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.8.2 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.8.1 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.7.3 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.7.2 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.7.1 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.7.0 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.6.2.1 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.6.2 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.6.1 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.6.0 app/views/kaminari/_next_page.html.erb
alchemy_cms-2.6.0.rc5 app/views/kaminari/_next_page.html.erb