2018-11-28 14:15:37 -05:00
|
|
|
- add_to_breadcrumbs "Labels", project_labels_path(@project)
|
|
|
|
- breadcrumb_title "New"
|
2015-04-30 15:33:02 -04:00
|
|
|
- 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)
|