gitlab-org--gitlab-foss/app/views/projects/labels/new.html.haml
2017-09-25 10:11:42 -07:00

9 lines
255 B
Text

- @no_container = true
- breadcrumb_title "Labels"
- page_title "New Label"
%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)