2016-08-24 18:44:58 -04:00
|
|
|
- @no_container = true
|
2015-04-30 13:06:18 -04:00
|
|
|
- page_title "Edit", @label.name, "Labels"
|
2016-08-24 18:44:58 -04:00
|
|
|
= render "projects/issues/head"
|
2015-09-17 06:16:24 -04:00
|
|
|
|
2016-08-24 18:44:58 -04:00
|
|
|
%div{ class: container_class }
|
|
|
|
%h3.page-title
|
2016-09-19 23:09:57 -04:00
|
|
|
= icon('bookmark')
|
|
|
|
Edit Project Label
|
2016-08-24 18:44:58 -04:00
|
|
|
%hr
|
2016-09-20 16:07:56 -04:00
|
|
|
= render 'form', url: namespace_project_label_path(@project.namespace.becomes(Namespace), @project, @label)
|