Sha256: 7addcae5dcef1bae8fbd202090acdbd5f468f57f0b20f3aa2cbe54faea77f9b1

Contents?: true

Size: 473 Bytes

Versions: 8

Compression:

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
storytime-2.1.6 app/views/kaminari/_next_page.html.erb
storytime-2.1.5 app/views/kaminari/_next_page.html.erb
storytime-2.1.4 app/views/kaminari/_next_page.html.erb
storytime-2.1.3 app/views/kaminari/_next_page.html.erb
storytime-2.1.2 app/views/kaminari/_next_page.html.erb
storytime-2.1.1 app/views/kaminari/_next_page.html.erb
storytime-2.1.0 app/views/kaminari/_next_page.html.erb
storytime-2.0.0 app/views/kaminari/_next_page.html.erb