Fix pagination first and last page buttons
This commit is contained in:
parent
bb3d3e5426
commit
d43df58757
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -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'}
|
||||
|
|
Loading…
Reference in a new issue