summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/index.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-14 21:15:17 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-14 21:15:17 +0200
commitea9ea3fe928e3cca8b297edd4ba0c38bcb424c0b (patch)
treebe372c4d301677c5edc6b31c7602e1277a999e8d /app/views/projects/merge_requests/index.html.haml
parente19d05ddd6542dee7ebe7ce0ccadebb9f71ea1c0 (diff)
downloadgitlab-ce-ea9ea3fe928e3cca8b297edd4ba0c38bcb424c0b.tar.gz
Move sort dropdown to the right
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/merge_requests/index.html.haml')
-rw-r--r--app/views/projects/merge_requests/index.html.haml3
1 files changed, 2 insertions, 1 deletions
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