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

10 lines
338 B
Plaintext
Raw Normal View History

- @no_container = true
2015-04-30 19:33:02 +00:00
- page_title "New Label"
= render "projects/issues/head"
%div{ class: container_class }
%h3.page-title
2016-09-29 04:03:28 +00:00
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)