mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
- page_title "New Label"
|
|
%h3 New label
|
|
.back-link
|
|
= link_to namespace_project_labels_path(@project.namespace, @project) do
|
|
← To labels list
|
|
%hr
|
|
= render 'form'
|