summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/environments/edit.html.haml')
-rw-r--r--app/views/projects/environments/edit.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/projects/environments/edit.html.haml b/app/views/projects/environments/edit.html.haml
new file mode 100644
index 00000000000..6d1bdb9320f
--- /dev/null
+++ b/app/views/projects/environments/edit.html.haml
@@ -0,0 +1,6 @@
+- page_title "Edit", @environment.name, "Environments"
+
+%h3.page-title
+ Edit environment
+%hr
+= render 'form'