2016-08-24 18:44:58 -04:00
|
|
|
- @no_container = true
|
2016-07-26 03:35:47 -04:00
|
|
|
- page_title "Edit", @environment.name, "Environments"
|
2016-08-24 18:44:58 -04:00
|
|
|
= render "projects/pipelines/head"
|
2016-07-26 03:35:47 -04:00
|
|
|
|
2016-08-24 18:44:58 -04:00
|
|
|
%div{ class: container_class }
|
|
|
|
%h3.page-title
|
|
|
|
Edit environment
|
|
|
|
%hr
|
|
|
|
= render 'form'
|