2014-09-02 18:07:02 +05:30
|
|
|
-# Link to the "Previous" page
|
|
|
|
-# available local variables
|
|
|
|
-# url: url to the previous page
|
|
|
|
-# current_page: a page object for the currently displayed page
|
2016-06-16 23:09:34 +05:30
|
|
|
-# total_pages: total number of pages
|
2014-09-02 18:07:02 +05:30
|
|
|
-# per_page: number of items to fetch per page
|
|
|
|
-# remote: data-remote
|
2018-11-08 19:23:39 +05:30
|
|
|
|
|
|
|
- page_url = current_page.first? ? '#' : url
|
|
|
|
|
|
|
|
%li.page-item.js-previous-button{ class: ('disabled' if current_page.first?) }
|
|
|
|
= link_to raw(t 'views.pagination.previous'), page_url, rel: 'prev', remote: remote, class: 'page-link'
|