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

10 lines
272 B
Text
Raw Normal View History

2018-12-23 12:14:25 +05:30
- add_to_breadcrumbs _("Labels"), group_labels_path(@group)
- breadcrumb_title _("Edit")
- page_title "Edit", @label.name, _("Labels")
2016-11-03 12:29:30 +05:30
%h3.page-title
Edit Label
%hr
= render 'shared/labels/form', url: group_label_path(@group, @label), back_path: @previous_labels_path