summaryrefslogtreecommitdiff
path: root/app/views/projects/clusters/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/clusters/new.html.haml')
-rw-r--r--app/views/projects/clusters/new.html.haml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/projects/clusters/new.html.haml b/app/views/projects/clusters/new.html.haml
index e1ff4c6136e..4b7214b3c62 100644
--- a/app/views/projects/clusters/new.html.haml
+++ b/app/views/projects/clusters/new.html.haml
@@ -1,4 +1,6 @@
.row.prepend-top-default
- = render 'sidebar'
- = render 'header'
+ .col-sm-4
+ = render 'sidebar'
+ .col-sm-8
+ = render 'header'
= render 'form'