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

10 lines
194 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
- breadcrumb_title _("Environments")
- page_title _("New Environment")
2016-11-03 12:29:30 +05:30
%div{ class: container_class }
%h3.page-title
2019-02-15 15:39:39 +05:30
= _("New environment")
2016-11-03 12:29:30 +05:30
%hr
= render 'form'