Commit 7418429d authored by Stan Hu's avatar Stan Hu

Move tooltip to the right of the dropdown

parent 91f9866c
...@@ -33,6 +33,8 @@ module ButtonHelper ...@@ -33,6 +33,8 @@ module ButtonHelper
href: @project.http_url_to_repo, href: @project.http_url_to_repo,
data: { data: {
html: true, html: true,
placement: 'right',
container: 'body',
title: "Set a password on your account<br>to pull or push via #{protocol}" title: "Set a password on your account<br>to pull or push via #{protocol}"
} }
end end
...@@ -46,6 +48,8 @@ module ButtonHelper ...@@ -46,6 +48,8 @@ module ButtonHelper
href: project.ssh_url_to_repo, href: project.ssh_url_to_repo,
data: { data: {
html: true, html: true,
placement: 'right',
container: 'body',
title: 'Add an SSH key to your profile<br>to pull or push via SSH.' title: 'Add an SSH key to your profile<br>to pull or push via SSH.'
} }
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment