gitlab-org--gitlab-foss/app/views/groups/labels/edit.html.haml
Douglas Barbosa Alexandre 52e0c3b565 Add CRUD for Group Labels
2016-10-19 14:57:15 -02:00

8 lines
162 B
Text

- page_title 'Edit', @label.name, 'Labels'
%h3.page-title
= icon('folder-open')
Edit Group Label
%hr
= render 'form', url: group_label_path(@group, @label)