gitlab-org--gitlab-foss/app/views/projects/labels/new.html.haml

10 lines
255 B
Text
Raw Normal View History

- @no_container = true
2017-07-12 04:35:53 -04:00
- breadcrumb_title "Labels"
2015-04-30 15:33:02 -04:00
- page_title "New Label"
%div{ class: container_class }
%h3.page-title
2016-09-29 00:03:28 -04:00
New Label
%hr
= render 'shared/labels/form', url: project_labels_path(@project), back_path: project_labels_path(@project)