9 lines
221 B
Text
9 lines
221 B
Text
- 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'
|