2018-11-08 19:23:39 +05:30
|
|
|
- add_to_breadcrumbs _("Labels"), admin_labels_path
|
|
|
|
- breadcrumb_title _("Edit Label")
|
|
|
|
- page_title _("Edit"), @label.name, _("Labels")
|
2022-07-23 23:45:48 +05:30
|
|
|
%h1.page-title.gl-font-size-h-display
|
2018-11-08 19:23:39 +05:30
|
|
|
= _('Edit Label')
|
2015-09-25 12:07:36 +05:30
|
|
|
%hr
|
2022-03-02 08:16:31 +05:30
|
|
|
= render 'shared/labels/form', url: admin_label_path(@label), back_path: admin_labels_path
|