debian-mirror-gitlab/app/views/kaminari/gitlab/_first_page.html.haml

10 lines
444 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
-# Link to the "First" page
-# available local variables
-# url: url to the first page
-# current_page: a page object for the currently displayed page
-# 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
%li.page-item.js-first-button
= link_to_unless current_page.first?, raw(t 'views.pagination.first'), url, remote: remote, class: 'page-link'