Commit f4a6f1fd5a9fb9f35bb43956275c5f1da96ce019

Authored by Dmitriy Zaporozhets
1 parent e7abd35f

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 4 -# num_pages: total number of pages
5 5 -# per_page: number of items to fetch per page
6 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')
... ...