diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2018-03-13 10:36:13 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2018-03-28 14:18:09 -0500 |
commit | 1f026738675317a86b19d88900eafe24243b8c8b (patch) | |
tree | 9c1f0500e122b1bcf58832dfc68d1ccc4167db8e /app/views/projects/milestones | |
parent | fe5f7390f036234192f4bee7f21f7795a0b992e0 (diff) | |
download | gitlab-ce-1f026738675317a86b19d88900eafe24243b8c8b.tar.gz |
Fix promoting labels and milestones copy text
Diffstat (limited to 'app/views/projects/milestones')
-rw-r--r-- | app/views/projects/milestones/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml index b423888c875..5ec219fdf00 100644 --- a/app/views/projects/milestones/show.html.haml +++ b/app/views/projects/milestones/show.html.haml @@ -30,6 +30,7 @@ %button.js-promote-project-milestone-button.btn.btn-grouped{ data: { toggle: 'modal', target: '#promote-milestone-modal', milestone_title: @milestone.title, + group_name: @project.group.name, url: promote_project_milestone_path(@milestone.project, @milestone), container: 'body' }, disabled: true, |