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
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
......
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