summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones/edit.html.haml
blob: 1e66c6079e3a661f7d2f9b228cb6de69e9fac4b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- @no_container = true
- page_title "Edit", @milestone.title, "Milestones"
= render "shared/mr_head"

%div{ class: container_class }

  %h3.page-title
    Edit Milestone

  %hr

  = render "form"