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
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-20 18:43:49 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-20 18:43:49 +0300
commit11bbc06b4bbcb678f3ee6b8f1d143ed86d25a76c (patch)
tree9cbef94dcaf534a1db40ed63a53532e45714a15b /app/views
parent0b3f563b33135d34e45a35068d4765e07c36132b (diff)
parent9fb3ef8888cc49619e259ddb5e9c559e9724be86 (diff)
Merge branch 'style-pagination' into 'master'
Apply new design to pagination Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @skyruler See merge request !1362
Diffstat (limited to 'app/views')
-rw-r--r--app/views/kaminari/gitlab/_paginator.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/kaminari/gitlab/_paginator.html.haml b/app/views/kaminari/gitlab/_paginator.html.haml
index 4f7996e4996..b8d419b5894 100644
--- a/app/views/kaminari/gitlab/_paginator.html.haml
+++ b/app/views/kaminari/gitlab/_paginator.html.haml
@@ -7,7 +7,7 @@
-# paginator: the paginator that renders the pagination tags inside
= paginator.render do
%div.gl-pagination
- %ul.pagination
+ %ul.pagination.clearfix
= prev_page_tag unless current_page.first?
- each_page do |page|
- if page.left_outer? || page.right_outer? || page.inside_window?