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

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

  %hr

  = render "form"