orbit-basic/app/views/kaminari/_next_page.mobile.erb

12 lines
407 B
Plaintext
Raw Normal View History

2012-12-19 19:21:50 +00:00
<%# 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
-%>
<li class="next">
<%= link_to_unless current_page.last?, '', url, :rel => 'next', :remote => remote %>
</li>