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

9 lines
172 B
Text
Raw Normal View History

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