summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/edit.html.haml
blob: 3871165763c400de7bf4bb6f8f5b7ea394589829 (plain)
1
2
3
4
5
6
7
8
9
- @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'