2016-11-03 12:29:30 +05:30
|
|
|
- @no_container = true
|
2016-09-13 17:45:13 +05:30
|
|
|
- page_title "Edit", @environment.name, "Environments"
|
2016-11-03 12:29:30 +05:30
|
|
|
= render "projects/pipelines/head"
|
2016-09-13 17:45:13 +05:30
|
|
|
|
2016-11-03 12:29:30 +05:30
|
|
|
%div{ class: container_class }
|
|
|
|
%h3.page-title
|
|
|
|
Edit environment
|
|
|
|
%hr
|
|
|
|
= render 'form'
|