Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5636eb03
Commit
5636eb03
authored
Jul 20, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove all tooltip use from commit_person_link
parent
94c5bac9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
app/helpers/commits_helper.rb
app/helpers/commits_helper.rb
+0
-5
No files found.
app/helpers/commits_helper.rb
View file @
5636eb03
...
@@ -149,11 +149,6 @@ module CommitsHelper
...
@@ -149,11 +149,6 @@ module CommitsHelper
class:
"commit-
#{
options
[
:source
]
}
-link"
class:
"commit-
#{
options
[
:source
]
}
-link"
}
}
unless
options
[
:has_tooltip
]
==
false
link_options
[
:class
]
<<
' has-tooltip'
link_options
[
:title
]
=
source_email
end
if
user
.
nil?
if
user
.
nil?
mail_to
(
source_email
,
text
,
link_options
)
mail_to
(
source_email
,
text
,
link_options
)
else
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment