summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-03-20 17:38:08 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-03-20 17:38:08 +0100
commit91963267a0b4573fa193f5b7b11e0a793ea1fb9c (patch)
tree7ad7a1fe2e4d29942934762042b5db84adbb6c95
parentd6474f22d263e5c04318c64979dfec3f7f45b7bc (diff)
downloadgitlab-ce-feature/issue-move.tar.gz
Change icon and cursor for issue move field tooltipfeature/issue-move
-rw-r--r--app/views/shared/issuable/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml
index ce91e6fb027..1740b128ee4 100644
--- a/app/views/shared/issuable/_form.html.haml
+++ b/app/views/shared/issuable/_form.html.haml
@@ -94,9 +94,9 @@
= select_tag(:move_to_project_id, projects, include_blank: true,
class: 'select2', data: { placeholder: 'Select project' })
&nbsp;
- %span{ data: { toggle: 'tooltip', placement: 'auto top' },
+ %span{ data: { toggle: 'tooltip', placement: 'auto top' }, style: 'cursor: default',
title: 'Moving an issue will copy the discussion to a different project and close it here. All participants will be notified of the new location.' }
- = icon('info-circle')
+ = icon('question-circle')
- if issuable.is_a?(MergeRequest)
%hr