Move tooltip to the right of the dropdown

This commit is contained in:
Stan Hu 2016-03-20 07:52:06 -07:00
parent 91f9866cce
commit 7418429da1
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,8 @@ module ButtonHelper
href: @project.http_url_to_repo,
data: {
html: true,
placement: 'right',
container: 'body',
title: "Set a password on your account<br>to pull or push via #{protocol}"
}
end
@ -46,6 +48,8 @@ module ButtonHelper
href: project.ssh_url_to_repo,
data: {
html: true,
placement: 'right',
container: 'body',
title: 'Add an SSH key to your profile<br>to pull or push via SSH.'
}
end