gitlab-org--gitlab-foss/app/views/projects/labels/edit.html.haml
Douglas Barbosa Alexandre cfedd42bad Add ProjectLabel model
2016-10-19 14:58:24 -02:00

10 lines
309 B
Text

- @no_container = true
- page_title "Edit", @label.name, "Labels"
= render "projects/issues/head"
%div{ class: container_class }
%h3.page-title
= icon('bookmark')
Edit Project Label
%hr
= render 'form', url: namespace_project_label_path(@project.namespace.becomes(Namespace), @project, @label)