gitlab-org--gitlab-foss/app/views/projects/labels/edit.html.haml
Dmitriy Zaporozhets 6ac26a3cb6
Label views: index, new, edit
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-30 13:27:29 +03:00

8 lines
148 B
Text

%h3
Edit label
%span.light #{@label.name}
.back-link
= link_to project_labels_path(@project) do
&larr; To labels list
%hr
= render 'form'