debian-mirror-gitlab/app/views/admin/labels/edit.html.haml
2022-07-23 20:15:48 +02:00

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