debian-mirror-gitlab/app/views/projects/milestones/new.html.haml

11 lines
193 B
Text
Raw Normal View History

2019-03-02 22:35:43 +05:30
- add_to_breadcrumbs _('Milestones'), project_milestones_path(@project)
- breadcrumb_title _('New')
- page_title _('New Milestone')
2015-12-23 02:04:40 +05:30
2019-12-04 20:38:33 +05:30
%h3.page-title
= _('New Milestone')
2015-12-23 02:04:40 +05:30
2019-12-04 20:38:33 +05:30
%hr
2015-12-23 02:04:40 +05:30
2019-12-04 20:38:33 +05:30
= render 'form'