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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
301 B
Text
Raw Normal View History

2019-02-15 15:39:39 +05:30
- add_to_breadcrumbs _("Labels"), group_labels_path(@group)
- breadcrumb_title _("Edit")
2020-07-28 23:09:34 +05:30
- page_title _("Edit"), @label.name, _("Labels")
2016-11-03 12:29:30 +05:30
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display
2021-04-29 21:17:54 +05:30
= _('Edit Label')
2016-11-03 12:29:30 +05:30
= render 'shared/labels/form', url: group_label_path(@group, @label), back_path: @previous_labels_path