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

9 lines
393 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
-# Non-link tag that stands for skipped pages...
-# available local variables
-# 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.disabled.d-none.d-md-block
2020-04-22 19:07:51 +05:30
= link_to raw(t('views.pagination.truncate')), '#', class: 'page-link'