summaryrefslogtreecommitdiff
path: root/app/views/kaminari/gitlab/_prev_page.html.haml
blob: f4a11a449b77276431aeb9411fb3d164b8daaf66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-#  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

- page_url = current_page.first? ? '#' : url

%li.page-item{ class: ('disabled' if current_page.first?) }
  = link_to raw(t 'views.pagination.previous'), page_url, rel: 'prev', remote: remote, class: 'page-link'