Fix pagination first and last page buttons

This commit is contained in:
Clement Ho 2018-04-17 10:50:53 -05:00
parent bb3d3e5426
commit d43df58757
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@
-# per_page: number of items to fetch per page
-# remote: data-remote
%li.first.page-item
= link_to_unless current_page.first?, raw(t 'views.pagination.first'), url, remote: remote
= link_to_unless current_page.first?, raw(t 'views.pagination.first'), url, remote: remote, class: 'page-link'

View File

@ -6,4 +6,4 @@
-# per_page: number of items to fetch per page
-# remote: data-remote
%li.last.page-item
= link_to_unless current_page.last?, raw(t 'views.pagination.last'), url, {remote: remote}
= link_to_unless current_page.last?, raw(t 'views.pagination.last'), url, {remote: remote, class: 'page-link'}