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.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/projects/clusters/new.html.haml b/app/views/projects/clusters/new.html.haml
new file mode 100644
index 00000000000..c538d41ffad
--- /dev/null
+++ b/app/views/projects/clusters/new.html.haml
@@ -0,0 +1,9 @@
+- breadcrumb_title "Cluster"
+- page_title _("New Cluster")
+
+.row.prepend-top-default
+ .col-sm-4
+ = render 'sidebar'
+ .col-sm-8
+ = render 'header'
+= render 'form'