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

12 lines
246 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
- page_title "Edit", @label.name, "Labels"
2015-09-25 12:07:36 +05:30
= render "header_title"
2014-09-02 18:07:02 +05:30
%h3
Edit label
%span.light #{@label.name}
.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'