debian-mirror-gitlab/app/views/projects/environments/edit.html.haml

9 lines
185 B
Text
Raw Normal View History

2016-11-03 12:29:30 +05:30
- @no_container = true
2019-02-15 15:39:39 +05:30
- page_title _("Edit"), @environment.name, _("Environments")
2016-09-13 17:45:13 +05:30
2016-11-03 12:29:30 +05:30
%div{ class: container_class }
%h3.page-title
2019-02-15 15:39:39 +05:30
= _('Edit environment')
2016-11-03 12:29:30 +05:30
%hr
= render 'form'