From ea9ea3fe928e3cca8b297edd4ba0c38bcb424c0b Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 14 Jan 2014 21:15:17 +0200 Subject: [PATCH] Move sort dropdown to the right --- app/views/projects/issues/_issues.html.haml | 3 ++- app/views/projects/merge_requests/index.html.haml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/projects/issues/_issues.html.haml b/app/views/projects/issues/_issues.html.haml index 25adf0f..87d30a4 100644 --- a/app/views/projects/issues/_issues.html.haml +++ b/app/views/projects/issues/_issues.html.haml @@ -78,7 +78,8 @@ %strong= milestone.title %small.light= milestone.expires_at - = render 'shared/sort_dropdown' + .pull-right + = render 'shared/sort_dropdown' %ul.well-list.issues-list diff --git a/app/views/projects/merge_requests/index.html.haml b/app/views/projects/merge_requests/index.html.haml index 62ca52d..a525a49 100644 --- a/app/views/projects/merge_requests/index.html.haml +++ b/app/views/projects/merge_requests/index.html.haml @@ -60,7 +60,8 @@ %strong= milestone.title %small.light= milestone.expires_at - = render 'shared/sort_dropdown' + .pull-right + = render 'shared/sort_dropdown' %ul.well-list.mr-list = render @merge_requests -- libgit2 0.21.2