summaryrefslogtreecommitdiff
path: root/app/views/projects/labels/new.html.haml
blob: 79e90b7ca3be4783e2b2680a6da29d35160087c3 (plain)
1
2
3
4
5
6
7
8
9
- @no_container = true
- 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)