Welcome to mirror list, hosted at ThFree Co, Russian Federation.

edit.html.haml « labels « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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