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

%div{ class: container_class }

  %h3.page-title
    Edit Milestone

  %hr

  = render "form"