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

10 lines
358 B
Text
Raw Normal View History

2016-11-03 12:29:30 +05:30
- @no_container = true
2015-09-11 14:41:01 +05:30
- page_title "Edit", @label.name, "Labels"
2017-08-17 22:00:37 +05:30
= render "shared/mr_head"
2015-09-25 12:07:36 +05:30
2016-11-03 12:29:30 +05:30
%div{ class: container_class }
%h3.page-title
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)