gitlab-org--gitlab-foss/app/views/projects/labels/edit.html.haml

10 lines
364 B
Plaintext
Raw Normal View History

- @no_container = true
2015-04-30 17:06:18 +00:00
- page_title "Edit", @label.name, "Labels"
= render "projects/issues/head"
%div{ class: container_class }
%h3.page-title
2016-09-29 04:03:28 +00:00
Edit Label
%hr
= render 'shared/labels/form', url: namespace_project_label_path(@project.namespace.becomes(Namespace), @project, @label), back_path: namespace_project_labels_path(@project.namespace, @project)