blob: 9af842b01df852024551fc78ea180e574a73ff9d (
plain)
1
2
3
4
5
6
7
8
|
- add_to_breadcrumbs _("Labels"), group_labels_path(@group)
- breadcrumb_title _("Edit")
- page_title _("Edit"), @label.name, _("Labels")
%h1.page-title.gl-font-size-h-display
= _('Edit Label')
= render 'shared/labels/form', url: group_label_path(@group, @label), back_path: @previous_labels_path
|