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

9 lines
148 B
Plaintext

%h3
Edit label
%span.light #{@label.name}
.back-link
= link_to project_labels_path(@project) do
← To labels list
%hr
= render 'form'