Sha256: b85a2086feadd3471d4c93087c2833b33e3f80d019bb566cc74c2c4c5fdb2dab

Contents?: true

Size: 406 Bytes

Versions: 4

Compression:

Stored size: 406 Bytes

Contents

<%# "Next" with link
  - available local variables
    url:           url to the next page
    current_page:  the page number of 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 raw('Next &raquo;'), url, :class => 'next', :rel => 'next', :remote => remote %>
</span>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kaminari-0.9.7 app/views/kaminari/_next_link.html.erb
kaminari-0.9.6 app/views/kaminari/_next_link.html.erb
kaminari-0.9.5 app/views/kaminari/_next_link.html.erb
kaminari-0.9.4 app/views/kaminari/_next_link.html.erb