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

13 lines
255 B
Text
Raw Normal View History

- @no_container = true
- add_to_breadcrumbs _('Milestones'), project_milestones_path(@project)
- breadcrumb_title _('New')
- page_title _('New Milestone')
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'