Commit 5636eb03 authored by Luke Bennett's avatar Luke Bennett

Remove all tooltip use from commit_person_link

parent 94c5bac9
......@@ -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
......
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