From 5636eb030f0ea9c4aeaa51aa347edcb2e7344c2d Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Fri, 20 Jul 2018 12:29:30 +0100 Subject: Remove all tooltip use from commit_person_link --- app/helpers/commits_helper.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/helpers/commits_helper.rb') diff --git a/app/helpers/commits_helper.rb b/app/helpers/commits_helper.rb index ea0dfe4ba18..89fe90fd801 100644 --- a/app/helpers/commits_helper.rb +++ b/app/helpers/commits_helper.rb @@ -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 -- cgit v1.2.3