10 lines
216 B
Text
10 lines
216 B
Text
- add_to_breadcrumbs _('Milestones'), project_milestones_path(@project)
|
|
- breadcrumb_title _('New')
|
|
- page_title _('New Milestone')
|
|
|
|
%h1.page-title.gl-font-size-h-display
|
|
= _('New Milestone')
|
|
|
|
%hr
|
|
|
|
= render 'form'
|