summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones/new.html.haml
blob: 01cc951e8c23fbeb49cd8bb911c0a00a19a94657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- @no_container = true
- add_to_breadcrumbs "Milestones", project_milestones_path(@project)
- breadcrumb_title "New"
- page_title "New Milestone"

%div{ class: container_class }
  %h3.page-title
    New Milestone

  %hr

  = render "form"