Remove all tooltip use from commit_person_link
This commit is contained in:
parent
94c5bac97b
commit
5636eb030f
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue