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.haml7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/projects/environments/edit.html.haml b/app/views/projects/environments/edit.html.haml
index c4e2c1eb63d..dcd5fb2574e 100644
--- a/app/views/projects/environments/edit.html.haml
+++ b/app/views/projects/environments/edit.html.haml
@@ -1,7 +1,6 @@
- page_title _("Edit"), @environment.name, _("Environments")
- add_page_specific_style 'page_bundles/environments'
-%h3.page-title
- = _('Edit environment')
-%hr
-= render 'form'
+#js-edit-environment{ data: { project_environments_path: project_environments_path(@project),
+ update_environment_path: project_environment_path(@project, @environment),
+ environment: environment_data(@environment)} }