BigW Consortium Gitlab

new.html.haml 338 Bytes
- @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)