gitlab-org--gitlab-foss/app/views/projects/labels/new.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

6 lines
116 B
Text

%h3 New label
.back-link
= link_to project_labels_path(@project) do
&larr; To labels list
%hr
= render 'form'