summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_form.html.haml
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-03-20 10:01:12 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-03-20 10:01:12 +0100
commit802b28e04ab15f1750f20c188302f172cef6ccf6 (patch)
tree351850b7cbe2d26f85b8ccdcf5e2ef988c8450cb /app/views/shared/issuable/_form.html.haml
parentf0211a4ea9e14293e2aea6f93798f23a01287bed (diff)
downloadgitlab-ce-802b28e04ab15f1750f20c188302f172cef6ccf6.tar.gz
Add tooltip info about issue move filed purpose
Diffstat (limited to 'app/views/shared/issuable/_form.html.haml')
-rw-r--r--app/views/shared/issuable/_form.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml
index 9be3ca1041e..383d17d1340 100644
--- a/app/views/shared/issuable/_form.html.haml
+++ b/app/views/shared/issuable/_form.html.haml
@@ -84,6 +84,10 @@
- projects = project_options(issuable, current_user, ability: :admin_issue)
= select_tag(:move_to_project_id, projects, include_blank: true,
class: 'select2', data: { placeholder: 'Select project' })
+ &nbsp;
+ %span{ data: { toggle: 'tooltip', placement: 'auto top' },
+ 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')
- if issuable.is_a?(MergeRequest)
%hr