summaryrefslogtreecommitdiff
path: root/app/views/projects/labels/new.html.haml
blob: 562b6fb8d8c44bb39308dbef3d2a8b5dfab3561e (plain)
1
2
3
4
5
6
7
8
9
10
- @no_container = true
- breadcrumb_title "Labels"
- page_title "New Label"
= render "shared/mr_head"

%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)