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

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