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

12 lines
177 B
Plaintext
Raw Normal View History

- @no_container = true
2017-07-12 08:35:53 +00:00
- breadcrumb_title "Milestones"
2015-04-30 19:33:02 +00:00
- page_title "New Milestone"
2015-12-02 13:27:29 +00:00
%div{ class: container_class }
%h3.page-title
New Milestone
2015-12-02 13:27:29 +00:00
%hr
2015-12-02 13:27:29 +00:00
= render "form"