summaryrefslogtreecommitdiff
path: root/app/views/groups/labels/edit.html.haml
blob: 586b0f6ebfa3aa8faddb81c97a35373b5e2343fe (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