1
0
Fork 0
mirror of https://github.com/mcasimir/kaminari-bootstrap.git synced 2022-11-09 13:46:52 -05:00

Replace references to num_pages with total_pages in docs

This commit is contained in:
Nic Barthelemy 2012-09-14 15:39:14 -07:00
parent 655bfa18ae
commit 51d2079680
7 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
- available local variables
url: url to the first page
current_page: a page object for the currently displayed page
num_pages: total number of pages
total_pages: total number of pages
per_page: number of items to fetch per page
remote: data-remote
-%>

View file

@ -1,7 +1,7 @@
<%# Non-link tag that stands for skipped pages...
- available local variables
current_page: a page object for the currently displayed page
num_pages: total number of pages
total_pages: total number of pages
per_page: number of items to fetch per page
remote: data-remote
-%>

View file

@ -2,7 +2,7 @@
- available local variables
url: url to the last page
current_page: a page object for the currently displayed page
num_pages: total number of pages
total_pages: total number of pages
per_page: number of items to fetch per page
remote: data-remote
-%>

View file

@ -2,7 +2,7 @@
- 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
total_pages: total number of pages
per_page: number of items to fetch per page
remote: data-remote
-%>

View file

@ -3,7 +3,7 @@
page: a page object for "this" page
url: url to this page
current_page: a page object for the currently displayed page
num_pages: total number of pages
total_pages: total number of pages
per_page: number of items to fetch per page
remote: data-remote
-%>

View file

@ -1,7 +1,7 @@
<%# The container tag
- available local variables
current_page: a page object for the currently displayed page
num_pages: total number of pages
total_pages: total number of pages
per_page: number of items to fetch per page
remote: data-remote
paginator: the paginator that renders the pagination tags inside

View file

@ -2,7 +2,7 @@
- available local variables
url: url to the previous page
current_page: a page object for the currently displayed page
num_pages: total number of pages
total_pages: total number of pages
per_page: number of items to fetch per page
remote: data-remote
-%>