summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones/edit.html.haml
blob: aa564e00af9e3c2c8b764b7aaec0dc3710dfe582 (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'