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

15 lines
266 B
Plaintext
Raw Normal View History

- @no_container = true
- breadcrumb_title "Edit"
- add_to_breadcrumbs "Milestones", project_milestones_path(@project)
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"