blob: bc4ab0ca27c3679a3e73b321cea5537ad97118c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
- 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'
|