7 lines
289 B
Text
7 lines
289 B
Text
- add_to_breadcrumbs _("Labels"), admin_labels_path
|
|
- breadcrumb_title _("Edit Label")
|
|
- page_title _("Edit"), @label.name, _("Labels")
|
|
%h1.page-title.gl-font-size-h-display
|
|
= _('Edit Label')
|
|
%hr
|
|
= render 'shared/labels/form', url: admin_label_path(@label), back_path: admin_labels_path
|