debian-mirror-gitlab/app/views/projects/labels/edit.html.haml
2015-09-25 12:07:36 +05:30

11 lines
246 B
Text

- page_title "Edit", @label.name, "Labels"
= render "header_title"
%h3
Edit label
%span.light #{@label.name}
.back-link
= link_to namespace_project_labels_path(@project.namespace, @project) do
← To labels list
%hr
= render 'form'