Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-17 17:57:10 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-17 17:57:10 +0400
commitf4a6f1fd5a9fb9f35bb43956275c5f1da96ce019 (patch)
tree42c3ba8e2db0f262e30ece8259509642816b10f7 /app/views/kaminari
parente7abd35f731e63fdb8bb4b210297a20cb9b70479 (diff)
Fix admin paging gap issue
Diffstat (limited to 'app/views/kaminari')
-rw-r--r--app/views/kaminari/admin/_gap.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/kaminari/admin/_gap.html.haml b/app/views/kaminari/admin/_gap.html.haml
index f82f185ac35..3ffd12f8587 100644
--- a/app/views/kaminari/admin/_gap.html.haml
+++ b/app/views/kaminari/admin/_gap.html.haml
@@ -4,5 +4,6 @@
-# num_pages: total number of pages
-# per_page: number of items to fetch per page
-# remote: data-remote
-%span.page.gap
- = raw(t 'views.pagination.truncate')
+%li{class: "page"}
+ %span.page.gap
+ = raw(t 'views.pagination.truncate')