debian-mirror-gitlab/app/views/projects/labels/new.html.haml
2016-11-03 12:29:30 +05:30

9 lines
338 B
Text

- @no_container = true
- page_title "New Label"
= render "projects/issues/head"
%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)