blob: 02f59f30a3911612c652be44d64869a62499b7dc (
plain)
1
2
3
4
5
6
7
8
9
|
- @no_container = true
- breadcrumb_title "Labels"
- 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)
|