From ea9ea3fe928e3cca8b297edd4ba0c38bcb424c0b Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 14 Jan 2014 21:15:17 +0200 Subject: Move sort dropdown to the right Signed-off-by: Dmitriy Zaporozhets --- app/views/projects/issues/_issues.html.haml | 3 ++- app/views/projects/merge_requests/index.html.haml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/views/projects/issues/_issues.html.haml b/app/views/projects/issues/_issues.html.haml index 25adf0ff4c0..87d30a4a163 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 62ca52d9495..a525a49015f 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 -- cgit v1.2.1