2016-11-03 12:29:30 +05:30
|
|
|
- @no_container = true
|
2015-09-11 14:41:01 +05:30
|
|
|
- page_title "New Label"
|
2016-11-03 12:29:30 +05:30
|
|
|
= render "projects/issues/head"
|
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
|
|
|
|
= render 'shared/labels/form', url: namespace_project_labels_path(@project.namespace.becomes(Namespace), @project), back_path: namespace_project_labels_path(@project.namespace, @project)
|