Commit f4a6f1fd5a9fb9f35bb43956275c5f1da96ce019
1 parent
e7abd35f
Exists in
master
and in
4 other branches
Fix admin paging gap issue
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
app/views/kaminari/admin/_gap.html.haml
@@ -4,5 +4,6 @@ | @@ -4,5 +4,6 @@ | ||
4 | -# num_pages: total number of pages | 4 | -# num_pages: total number of pages |
5 | -# per_page: number of items to fetch per page | 5 | -# per_page: number of items to fetch per page |
6 | -# remote: data-remote | 6 | -# remote: data-remote |
7 | -%span.page.gap | ||
8 | - = raw(t 'views.pagination.truncate') | 7 | +%li{class: "page"} |
8 | + %span.page.gap | ||
9 | + = raw(t 'views.pagination.truncate') |