summaryrefslogtreecommitdiff
path: root/app/views/shared/_label.html.haml
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2018-03-13 10:36:13 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2018-03-28 14:18:09 -0500
commit1f026738675317a86b19d88900eafe24243b8c8b (patch)
tree9c1f0500e122b1bcf58832dfc68d1ccc4167db8e /app/views/shared/_label.html.haml
parentfe5f7390f036234192f4bee7f21f7795a0b992e0 (diff)
downloadgitlab-ce-1f026738675317a86b19d88900eafe24243b8c8b.tar.gz
Fix promoting labels and milestones copy text
Diffstat (limited to 'app/views/shared/_label.html.haml')
-rw-r--r--app/views/shared/_label.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/_label.html.haml b/app/views/shared/_label.html.haml
index 5afbc78df53..56403907844 100644
--- a/app/views/shared/_label.html.haml
+++ b/app/views/shared/_label.html.haml
@@ -55,6 +55,7 @@
label_title: label.title,
label_color: label.color,
label_text_color: label.text_color,
+ group_name: label.project.group.name,
target: '#promote-label-modal',
container: 'body',
toggle: 'modal' } }