summaryrefslogtreecommitdiff
path: root/app/views/kaminari/gitlab/_next_page.html.haml
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-05-31 14:14:16 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-05-31 14:14:16 -0600
commit7f4f959e9bed5ca0781b97e781662c6fda69844d (patch)
tree1e95e9fed4be9d0412bb13201a6c3d123a288d4e /app/views/kaminari/gitlab/_next_page.html.haml
parent4ec1b65beada0f7992e9aa1ead54f22f1fa3ae3c (diff)
downloadgitlab-ce-7f4f959e9bed5ca0781b97e781662c6fda69844d.tar.gz
Upgrade Kaminari from 0.16.3 to 0.17.0.
Changelog: https://github.com/amatsuda/kaminari/blob/master/CHANGELOG.rdoc#0170 Deprecates num_pages in favor of total_pages and includes Rails 5 support.
Diffstat (limited to 'app/views/kaminari/gitlab/_next_page.html.haml')
-rw-r--r--app/views/kaminari/gitlab/_next_page.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/kaminari/gitlab/_next_page.html.haml b/app/views/kaminari/gitlab/_next_page.html.haml
index c805914fc3f..125f09777ba 100644
--- a/app/views/kaminari/gitlab/_next_page.html.haml
+++ b/app/views/kaminari/gitlab/_next_page.html.haml
@@ -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
- if current_page.last?