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

12 lines
170 B
Plaintext
Raw Normal View History

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