summaryrefslogtreecommitdiff
path: root/app/views/kaminari/gitlab/_next_page.html.haml
blob: c805914fc3fcc03033c27734eefa49c2173b711f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
-#  Link to the "Next" page
-#  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
-#    per_page:      number of items to fetch per page
-#    remote:        data-remote
- if current_page.last?
  %li{ class: "next disabled" }
    %span= raw(t 'views.pagination.next')
- else
  %li{ class: "next" }
    = link_to raw(t 'views.pagination.next'), url, rel: 'next', remote: remote