Files
gitlabhq/app/views/projects/labels/edit.html.haml
T
2014-07-30 13:27:29 +03:00

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'