Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2018-03-13 19:36:13 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2018-03-28 22:18:09 +0300
commit1f026738675317a86b19d88900eafe24243b8c8b (patch)
tree9c1f0500e122b1bcf58832dfc68d1ccc4167db8e /app/views/shared/milestones/_milestone.html.haml
parentfe5f7390f036234192f4bee7f21f7795a0b992e0 (diff)
Fix promoting labels and milestones copy text
Diffstat (limited to 'app/views/shared/milestones/_milestone.html.haml')
-rw-r--r--app/views/shared/milestones/_milestone.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/milestones/_milestone.html.haml b/app/views/shared/milestones/_milestone.html.haml
index 5926867e2d7..ac494814f55 100644
--- a/app/views/shared/milestones/_milestone.html.haml
+++ b/app/views/shared/milestones/_milestone.html.haml
@@ -56,6 +56,7 @@
type: 'button',
data: { url: promote_project_milestone_path(milestone.project, milestone),
milestone_title: milestone.title,
+ group_name: @project.group.name,
target: '#promote-milestone-modal',
container: 'body',
toggle: 'modal' } }