summaryrefslogtreecommitdiff
path: root/app/views/kaminari/gitlab/_page.html.haml
blob: 528bba8f1169db334bb588ead785e9634f6dc266 (plain)
1
2
3
4
5
6
7
8
9
10
-#  Link showing page number
-#  available local variables
-#    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
-#    per_page:      number of items to fetch per page
-#    remote:        data-remote
%span{:class => "page#{' current' if page.current?}"}
  = link_to_unless page.current?, page, url, {:remote => remote, :rel => page.next? ? 'next' : page.prev? ? 'prev' : nil}