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

10 lines
196 B
Plaintext
Raw Normal View History

2015-04-30 19:33:02 +00:00
- 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'