OSDN Git Service

Move sort dropdown to the right
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 14 Jan 2014 19:15:17 +0000 (21:15 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 14 Jan 2014 19:15:17 +0000 (21:15 +0200)
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/views/projects/issues/_issues.html.haml
app/views/projects/merge_requests/index.html.haml

index 25adf0f..87d30a4 100644 (file)
@@ -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
index 62ca52d..a525a49 100644 (file)
@@ -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