2016-11-03 12:29:30 +05:30
|
|
|
- @no_container = true
|
2019-02-15 15:39:39 +05:30
|
|
|
- add_to_breadcrumbs "Milestones", project_milestones_path(@project)
|
|
|
|
- breadcrumb_title "New"
|
2015-09-11 14:41:01 +05:30
|
|
|
- page_title "New Milestone"
|
2015-12-23 02:04:40 +05:30
|
|
|
|
2016-11-03 12:29:30 +05:30
|
|
|
%div{ class: container_class }
|
|
|
|
%h3.page-title
|
|
|
|
New Milestone
|
2015-12-23 02:04:40 +05:30
|
|
|
|
2016-11-03 12:29:30 +05:30
|
|
|
%hr
|
2015-12-23 02:04:40 +05:30
|
|
|
|
2016-11-03 12:29:30 +05:30
|
|
|
= render "form"
|