diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-12-08 15:29:46 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-12-08 15:29:46 -0500 |
commit | 813c9b2aeb9e5d44c99f02a2373ee0e007d0e87d (patch) | |
tree | 3af3168eaf17971d20bfa93c94e03aa3dde7002e /app | |
parent | 02cc978ebc0650284b2b7b0bd4cf0bc633ab788e (diff) | |
download | gitlab-ce-813c9b2aeb9e5d44c99f02a2373ee0e007d0e87d.tar.gz |
Make cross-project reference's clipboard target less naivers-clipboard-selector
See !2023
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/issues/_discussion.html.haml | 2 | ||||
-rw-r--r-- | app/views/projects/merge_requests/_discussion.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/issues/_discussion.html.haml b/app/views/projects/issues/_discussion.html.haml index 21eee70b424..f2011542ca7 100644 --- a/app/views/projects/issues/_discussion.html.haml +++ b/app/views/projects/issues/_discussion.html.haml @@ -17,7 +17,7 @@ .input-group.cross-project-reference %span#cross-project-reference.slead.has_tooltip{title: 'Cross-project reference'} = cross_project_reference(@project, @issue) - = clipboard_button(clipboard_target: '#cross-project-reference') + = clipboard_button(clipboard_target: 'span#cross-project-reference') .row %section.col-md-9 diff --git a/app/views/projects/merge_requests/_discussion.html.haml b/app/views/projects/merge_requests/_discussion.html.haml index 3d7bd78dce3..d64b19ae91a 100644 --- a/app/views/projects/merge_requests/_discussion.html.haml +++ b/app/views/projects/merge_requests/_discussion.html.haml @@ -17,7 +17,7 @@ .input-group.cross-project-reference %span#cross-project-reference.slead.has_tooltip{title: 'Cross-project reference'} = cross_project_reference(@project, @merge_request) - = clipboard_button(clipboard_target: '#cross-project-reference') + = clipboard_button(clipboard_target: 'span#cross-project-reference') .row %section.col-md-9 |