2019-02-15 15:39:39 +05:30
|
|
|
- @no_container = true
|
|
|
|
- add_to_breadcrumbs _("Milestones"), group_milestones_path(@group)
|
|
|
|
- breadcrumb_title _("New")
|
|
|
|
- page_title _("Milestones"), @milestone.name, _("Milestones")
|
2015-11-26 14:37:03 +05:30
|
|
|
|
2019-02-15 15:39:39 +05:30
|
|
|
%div{ class: container_class }
|
|
|
|
%h3.page-title
|
|
|
|
New Milestone
|
2015-11-26 14:37:03 +05:30
|
|
|
|
2019-02-15 15:39:39 +05:30
|
|
|
%hr
|
|
|
|
|
|
|
|
= render "form"
|