2020-06-22 08:08:47 -04:00
|
|
|
- add_to_breadcrumbs _("Labels"), project_labels_path(@project)
|
|
|
|
- breadcrumb_title _("New")
|
|
|
|
- page_title _("New Label")
|
2015-09-17 06:16:24 -04:00
|
|
|
|
2019-09-03 05:03:35 -04:00
|
|
|
%h3.page-title
|
|
|
|
New Label
|
|
|
|
%hr
|
|
|
|
= render 'shared/labels/form', url: project_labels_path(@project), back_path: project_labels_path(@project)
|