summaryrefslogtreecommitdiff
path: root/app/views/groups/labels/edit.html.haml
blob: d9b8f99ea0c58db41e8473d46727af705ffb2853 (plain)
1
2
3
4
5
6
7
8
9
- add_to_breadcrumbs _("Labels"), group_labels_path(@group)
- breadcrumb_title _("Edit")
- page_title _("Edit"), @label.name, _("Labels")

%h3.page-title
  = _('Edit Label')
%hr

= render 'shared/labels/form', url: group_label_path(@group, @label), back_path: @previous_labels_path