2019-02-15 15:39:39 +05:30
|
|
|
- add_to_breadcrumbs _("Labels"), group_labels_path(@group)
|
|
|
|
- breadcrumb_title _("New")
|
|
|
|
- page_title _("New Label")
|
2016-11-03 12:29:30 +05:30
|
|
|
|
|
|
|
%h3.page-title
|
2021-04-29 21:17:54 +05:30
|
|
|
= _('New Label')
|
2016-11-03 12:29:30 +05:30
|
|
|
%hr
|
|
|
|
|
|
|
|
= render 'shared/labels/form', url: group_labels_path, back_path: @previous_labels_path
|