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

10 lines
337 B
Plaintext

<%# The current page
- available local variables
page: the page number of this 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="page current"><%= page %></span>