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

9 lines
251 B
Plaintext

- add_to_breadcrumbs "Labels", project_labels_path(@project)
- breadcrumb_title "New"
- page_title "New Label"
%h3.page-title
New Label
%hr
= render 'shared/labels/form', url: project_labels_path(@project), back_path: project_labels_path(@project)