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

9 lines
253 B
Text
Raw Normal View History

- @no_container = true
2015-04-30 13:06:18 -04:00
- page_title "Edit", @label.name, "Labels"
%div{ class: container_class }
%h3.page-title
2016-09-29 00:03:28 -04:00
Edit Label
%hr
= render 'shared/labels/form', url: project_label_path(@project, @label), back_path: project_labels_path(@project)