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

10 lines
196 B
Plaintext

- page_title "New Label"
= render "header_title"
%h3 New label
.back-link
= link_to namespace_project_labels_path(@project.namespace, @project) do
← To labels list
%hr
= render 'form'