diff options
-rw-r--r-- | app/views/projects/issues/_issues.html.haml | 3 | ||||
-rw-r--r-- | 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 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 |