gitlab-org--gitlab-foss/app/views/projects/labels/new.html.haml

10 lines
338 B
Plaintext

- @no_container = true
- page_title "New Label"
= render "projects/issues/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)