summaryrefslogtreecommitdiff
path: root/app/views/kaminari/gitlab/_first_page.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/kaminari/gitlab/_first_page.html.haml')
-rw-r--r--app/views/kaminari/gitlab/_first_page.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/kaminari/gitlab/_first_page.html.haml b/app/views/kaminari/gitlab/_first_page.html.haml
index e7a70e3bb28..369165da02a 100644
--- a/app/views/kaminari/gitlab/_first_page.html.haml
+++ b/app/views/kaminari/gitlab/_first_page.html.haml
@@ -5,5 +5,5 @@
-# total_pages: total number of pages
-# per_page: number of items to fetch per page
-# remote: data-remote
-%li.first
- = link_to_unless current_page.first?, raw(t 'views.pagination.first'), url, remote: remote
+%li.first.page-item
+ = link_to_unless current_page.first?, raw(t 'views.pagination.first'), url, remote: remote, class: 'page-link'