gitlabhq/app/views/kaminari/admin/_gap.html.haml
2012-12-17 15:57:10 +02:00

10 lines
356 B
Plaintext

-# Non-link tag that stands for skipped pages...
-# available local variables
-# current_page: a page object for the currently displayed page
-# num_pages: total number of pages
-# per_page: number of items to fetch per page
-# remote: data-remote
%li{class: "page"}
%span.page.gap
= raw(t 'views.pagination.truncate')