debian-mirror-gitlab/app/views/projects/environments/edit.html.haml
2016-11-03 12:29:30 +05:30

9 lines
207 B
Text

- @no_container = true
- page_title "Edit", @environment.name, "Environments"
= render "projects/pipelines/head"
%div{ class: container_class }
%h3.page-title
Edit environment
%hr
= render 'form'