gitlab-org--gitlab-foss/app/views/projects/milestones/new.html.haml
Fatih Acet 3741402a24 Make flash notifications sticky
This commit also unifies layout structure
and remove no_container flag
2019-09-03 09:03:35 +00:00

10 lines
193 B
Text

- add_to_breadcrumbs _('Milestones'), project_milestones_path(@project)
- breadcrumb_title _('New')
- page_title _('New Milestone')
%h3.page-title
= _('New Milestone')
%hr
= render 'form'