diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-19 16:22:04 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-19 16:22:04 +0200 |
commit | 9fb3ef8888cc49619e259ddb5e9c559e9724be86 (patch) | |
tree | 236474d18f2a19a83491cc9b6c3f4b5f67d3e293 /app/views/kaminari | |
parent | 5a8d73243a7b68f2724a6d5f9d482dda24e9dfe4 (diff) | |
download | gitlab-ce-9fb3ef8888cc49619e259ddb5e9c559e9724be86.tar.gz |
Apply new design to paginationstyle-pagination
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/kaminari')
-rw-r--r-- | app/views/kaminari/gitlab/_paginator.html.haml | 2 |
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? |