summaryrefslogtreecommitdiff
path: root/app/views/kaminari/gitlab/_prev_page.html.haml
blob: 7edf10498a80e230d03240f393351f538a3b08cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
-#  Link to the "Previous" page
-#  available local variables
-#    url:           url to the previous page
-#    current_page:  a page object for the currently displayed page
-#    total_pages:   total number of pages
-#    per_page:      number of items to fetch per page
-#    remote:        data-remote
- if current_page.first?
  %li{ class: "prev disabled" }
    %span= raw(t 'views.pagination.previous')
- else
  %li{ class: "prev" }
    = link_to raw(t 'views.pagination.previous'), url, rel: 'prev', remote: remote