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

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

  %hr

  = render "form"