summaryrefslogtreecommitdiff
path: root/app/views/groups/milestones/new.html.haml
blob: 248cb3b0ba508775c6488abc568545e1fb742b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- @no_container = true
- add_to_breadcrumbs _("Milestones"), group_milestones_path(@group)
- breadcrumb_title _("New")
- page_title _("Milestones"), @milestone.name, _("Milestones")

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

  %hr

  = render "form"