2016-09-29 00:03:28 -04:00
|
|
|
- page_title 'New Label'
|
2016-09-19 15:49:08 -04:00
|
|
|
- header_title group_title(@group, 'Labels', group_labels_path(@group))
|
|
|
|
|
|
|
|
%h3.page-title
|
2016-09-29 00:03:28 -04:00
|
|
|
New Label
|
2016-09-19 15:49:08 -04:00
|
|
|
%hr
|
|
|
|
|
2016-10-10 23:04:15 -04:00
|
|
|
= render 'shared/labels/form', url: group_labels_path, back_path: @previous_labels_path
|