supplier improvements
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<%# Link to the "Next" page
|
||||
- available local variables
|
||||
url: url to the next page
|
||||
current_page: a page object for the currently displayed page
|
||||
total_pages: total number of pages
|
||||
per_page: number of items to fetch per page
|
||||
remote: data-remote
|
||||
-%>
|
||||
|
||||
<% unless current_page.last? -%>
|
||||
<li>
|
||||
<%= link_to raw(t 'views.pagination.next'), url, :remote => remote, :rel => 'next', data: {t: 'pagination.next'} %>
|
||||
</li>
|
||||
<% end -%>
|
||||
Reference in New Issue
Block a user