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

11 lines
198 B
Text
Raw Normal View History

- @no_container = true
2015-04-30 15:33:02 -04:00
- page_title "New Label"
= render "projects/issues/head"
%div{ class: container_class }
%h3.page-title
= icon('bookmark')
New Project Label
%hr
= render 'form'