blob: 8f6c085a361dfb303388569028f6df663995e241 (
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: namespace_project_labels_path(@project.namespace.becomes(Namespace), @project), back_path: namespace_project_labels_path(@project.namespace, @project)
|