Remove all tooltip use from commit_person_link

This commit is contained in:
Luke Bennett 2018-07-20 12:29:30 +01:00
parent 94c5bac97b
commit 5636eb030f
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A

View file

@ -149,11 +149,6 @@ module CommitsHelper
class: "commit-#{options[:source]}-link"
}
unless options[:has_tooltip] == false
link_options[:class] << ' has-tooltip'
link_options[:title] = source_email
end
if user.nil?
mail_to(source_email, text, link_options)
else