gitlab-org--gitlab-foss/app/views/projects/milestones/new.html.haml

12 lines
171 B
Text
Raw Normal View History

- @no_container = true
2015-04-30 15:33:02 -04:00
- page_title "New Milestone"
= render "shared/mr_head"
2015-12-02 08:27:29 -05:00
%div{ class: container_class }
%h3.page-title
New Milestone
2015-12-02 08:27:29 -05:00
%hr
2015-12-02 08:27:29 -05:00
= render "form"