Files
gitlabhq/app/views/projects/labels/edit.html.haml
T

10 lines
221 B
Plaintext

- page_title "Edit", @label.name, "Labels"
%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'