gitlab-org--gitlab-foss/app/views/kaminari/gitlab/_gap.html.haml
Filipa Lacerda 6916421115 Makes table pagination responsive
Media queries for medium screens

Adds entry to CHANGELOG

Rollback to previous design

Adds class for previous sibling

Fix removed class

Fixes after review

Fix scss linter
2016-11-01 16:24:54 +00:00

9 lines
336 B
Text

-# 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
-# per_page: number of items to fetch per page
-# remote: data-remote
%li
%span.gap
= raw(t 'views.pagination.truncate')