2016-08-24 18:44:58 -04:00
|
|
|
- @no_container = true
|
2015-04-30 15:33:02 -04:00
|
|
|
- page_title "New Milestone"
|
2016-08-24 18:44:58 -04:00
|
|
|
= render "projects/issues/head"
|
2015-12-02 08:27:29 -05:00
|
|
|
|
2016-08-24 18:44:58 -04:00
|
|
|
%div{ class: container_class }
|
|
|
|
%h3.page-title
|
|
|
|
New Milestone
|
2015-12-02 08:27:29 -05:00
|
|
|
|
2016-08-24 18:44:58 -04:00
|
|
|
%hr
|
2015-12-02 08:27:29 -05:00
|
|
|
|
2016-08-24 18:44:58 -04:00
|
|
|
= render "form"
|