debian-mirror-gitlab/app/views/projects/labels/new.html.haml

7 lines
146 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
%h3 New label
.back-link
2015-04-26 12:48:37 +05:30
= link_to namespace_project_labels_path(@project.namespace, @project) do
2014-09-02 18:07:02 +05:30
← To labels list
%hr
= render 'form'