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

13 lines
203 B
Text
Raw Normal View History

2016-11-03 12:29:30 +05:30
- @no_container = true
2017-09-10 17:25:29 +05:30
- breadcrumb_title "Milestones"
2015-09-11 14:41:01 +05:30
- page_title "New Milestone"
2017-08-17 22:00:37 +05:30
= render "shared/mr_head"
2015-12-23 02:04:40 +05:30
2016-11-03 12:29:30 +05:30
%div{ class: container_class }
%h3.page-title
New Milestone
2015-12-23 02:04:40 +05:30
2016-11-03 12:29:30 +05:30
%hr
2015-12-23 02:04:40 +05:30
2016-11-03 12:29:30 +05:30
= render "form"