2016-08-24 18:44:58 -04:00
|
|
|
- @no_container = true
|
2018-11-28 14:15:37 -05:00
|
|
|
- breadcrumb_title "Edit"
|
|
|
|
- add_to_breadcrumbs "Milestones", project_milestones_path(@project)
|
2015-04-30 13:06:18 -04:00
|
|
|
- page_title "Edit", @milestone.title, "Milestones"
|
2015-12-02 08:27:29 -05:00
|
|
|
|
2018-11-28 14:15:37 -05:00
|
|
|
|
2016-08-24 18:44:58 -04:00
|
|
|
%div{ class: container_class }
|
2015-12-02 08:27:29 -05:00
|
|
|
|
2016-08-24 18:44:58 -04:00
|
|
|
%h3.page-title
|
2017-04-20 11:14:44 -04:00
|
|
|
Edit Milestone
|
2015-12-02 08:27:29 -05:00
|
|
|
|
2016-08-24 18:44:58 -04:00
|
|
|
%hr
|
|
|
|
|
|
|
|
= render "form"
|