gitlab-org--gitlab-foss/app/views/projects/labels/new.html.haml
2016-10-19 14:58:24 -02:00

10 lines
198 B
Text

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