Commit 917a4e7d authored by Clement Ho's avatar Clement Ho

[skip ci] Add pagination classes

parent ab0b894f
.gl-pagination
%ul.pagination.clearfix
- if previous_path
%li.prev
= link_to(t('views.pagination.previous'), previous_path, rel: 'prev')
%li.page-item.prev
= link_to(t('views.pagination.previous'), previous_path, rel: 'prev', class: 'page-link')
- if next_path
%li.next
= link_to(t('views.pagination.next'), next_path, rel: 'next')
%li.page-item.next
= link_to(t('views.pagination.next'), next_path, rel: 'next', class: 'page-link')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment