summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/edit.html.haml
blob: d581bd3aeab7306fdfbcae57e0844a628be7aa00 (plain)
1
2
3
4
5
6
7
8
- @no_container = true
- page_title _("Edit"), @environment.name, _("Environments")

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