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


%div{ class: container_class }

  %h3.page-title
    Edit Milestone

  %hr

  = render "form"