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

8 lines
132 B
Text
Raw Normal View History

2016-09-19 15:49:08 -04:00
- page_title 'Edit', @label.name, 'Labels'
%h3.page-title
2016-09-29 00:03:28 -04:00
Edit Label
2016-09-19 15:49:08 -04:00
%hr
= render 'form', url: group_label_path(@group, @label)