gitlab-org--gitlab-foss/app/views/projects/milestones/edit.html.haml

12 lines
170 B
Text
Raw Normal View History

- @no_container = true
2015-04-30 13:06:18 -04:00
- page_title "Edit", @milestone.title, "Milestones"
2015-12-02 08:27:29 -05:00
%div{ class: container_class }
2015-12-02 08:27:29 -05:00
%h3.page-title
Edit Milestone
2015-12-02 08:27:29 -05:00
%hr
= render "form"