2016-08-24 18:44:58 -04:00
|
|
|
- @no_container = true
|
2017-07-12 04:35:53 -04:00
|
|
|
- breadcrumb_title "Labels"
|
2015-04-30 15:33:02 -04:00
|
|
|
- page_title "New Label"
|
2015-09-17 06:16:24 -04:00
|
|
|
|
2016-08-24 18:44:58 -04:00
|
|
|
%div{ class: container_class }
|
|
|
|
%h3.page-title
|
2016-09-29 00:03:28 -04:00
|
|
|
New Label
|
2016-08-24 18:44:58 -04:00
|
|
|
%hr
|
2017-06-29 13:06:35 -04:00
|
|
|
= render 'shared/labels/form', url: project_labels_path(@project), back_path: project_labels_path(@project)
|