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