debian-mirror-gitlab/app/views/projects/labels/new.html.haml
2017-09-10 17:25:29 +05:30

10 lines
281 B
Text

- @no_container = true
- breadcrumb_title "Labels"
- page_title "New Label"
= render "shared/mr_head"
%div{ class: container_class }
%h3.page-title
New Label
%hr
= render 'shared/labels/form', url: project_labels_path(@project), back_path: project_labels_path(@project)