summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-09-06 18:54:13 +0000
committerTim Zallmann <tzallmann@gitlab.com>2017-09-06 18:54:13 +0000
commitbb1ad6edcd62d8e8b8a1a37ed0782bdf7bf2bbd1 (patch)
treebc6f3fd82b5ec2a4cd5d29b91a66d69c4ea4107d
parentb7c8c5c8d90ae8dbb2d3a399575663a2662fb788 (diff)
parent754f2e38297933bfde65f8f21427e274b7e29f3a (diff)
downloadgitlab-ce-bb1ad6edcd62d8e8b8a1a37ed0782bdf7bf2bbd1.tar.gz
Merge branch '35811-fix-copy-link-text-color' into 'master'
Fix text color for `Copy link` action on Note more actions dropdown See merge request !14084
-rw-r--r--app/views/projects/notes/_more_actions_dropdown.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_more_actions_dropdown.html.haml b/app/views/projects/notes/_more_actions_dropdown.html.haml
index 7e854186973..88085c7185b 100644
--- a/app/views/projects/notes/_more_actions_dropdown.html.haml
+++ b/app/views/projects/notes/_more_actions_dropdown.html.haml
@@ -7,7 +7,7 @@
= custom_icon('ellipsis_v')
%ul.dropdown-menu.more-actions-dropdown.dropdown-open-left
%li
- = clipboard_button(text: noteable_note_url(note), title: "Copy reference to clipboard", button_text: 'Copy link', hide_tooltip: true, hide_button_icon: true)
+ = clipboard_button(text: noteable_note_url(note), title: 'Copy reference to clipboard', button_text: 'Copy link', class: 'btn-clipboard', hide_tooltip: true, hide_button_icon: true)
- unless is_current_user
%li
= link_to new_abuse_report_path(user_id: note.author.id, ref_url: noteable_note_url(note)) do