Sha256: cd20bfb31c57ea175cc25b2d5172280d39d35b6cc7c3bc764c6c4c479451e3b8
Contents?: true
Size: 445 Bytes
Versions: 1
Compression:
Stored size: 445 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 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' %> </li> <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kaminari-bootstrap-0.1.3 | app/views/kaminari/_next_page.html.erb |