summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/new.html.haml
blob: 88f43a1e7e49b7cef573caecf31a07b93ad60798 (plain)
1
2
3
4
5
6
7
8
9
10
- @no_container = true
- breadcrumb_title "Environments"
- page_title 'New Environment'
= render "projects/pipelines/head"

%div{ class: container_class }
  %h3.page-title
    New environment
  %hr
  = render 'form'