kaminari--kaminari/app/views/kaminari/_next_link.html.erb

11 lines
381 B
Plaintext
Raw Normal View History

<%# available local variables:
next_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
-%>
2011-02-05 14:20:06 +00:00
<span class="next">
2011-02-09 03:56:35 +00:00
<%= link_to raw('Next &raquo;'), next_url, :class => 'next', :rel => 'next', :remote => remote %>
2011-02-05 14:20:06 +00:00
</span>