summaryrefslogtreecommitdiff
path: root/app/views/projects/labels/new.html.haml
blob: c6739231e3647f4813502c32b4044b493ed903ee (plain)
1
2
3
4
5
6
7
8
9
10
- @no_container = true
- add_to_breadcrumbs "Labels", project_labels_path(@project)
- breadcrumb_title "New"
- page_title "New Label"

%div{ class: container_class }
  %h3.page-title
    New Label
  %hr
  = render 'shared/labels/form', url: project_labels_path(@project), back_path: project_labels_path(@project)