2016-11-03 12:29:30 +05:30
|
|
|
- @no_container = true
|
2019-02-15 15:39:39 +05:30
|
|
|
- add_to_breadcrumbs "Labels", project_labels_path(@project)
|
|
|
|
- breadcrumb_title "New"
|
2015-09-11 14:41:01 +05:30
|
|
|
- page_title "New Label"
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2016-11-03 12:29:30 +05:30
|
|
|
%div{ class: container_class }
|
|
|
|
%h3.page-title
|
|
|
|
New Label
|
|
|
|
%hr
|
2017-09-10 17:25:29 +05:30
|
|
|
= render 'shared/labels/form', url: project_labels_path(@project), back_path: project_labels_path(@project)
|