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.haml11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/views/projects/environments/edit.html.haml b/app/views/projects/environments/edit.html.haml
index 6d1bdb9320f..3871165763c 100644
--- a/app/views/projects/environments/edit.html.haml
+++ b/app/views/projects/environments/edit.html.haml
@@ -1,6 +1,9 @@
+- @no_container = true
- page_title "Edit", @environment.name, "Environments"
+= render "projects/pipelines/head"
-%h3.page-title
- Edit environment
-%hr
-= render 'form'
+%div{ class: container_class }
+ %h3.page-title
+ Edit environment
+ %hr
+ = render 'form'