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

12 lines
246 B
Plaintext

- page_title "Edit", @label.name, "Labels"
= render "header_title"
%h3
Edit label
%span.light #{@label.name}
.back-link
= link_to namespace_project_labels_path(@project.namespace, @project) do
← To labels list
%hr
= render 'form'