summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-07-20 12:29:58 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-07-20 12:29:58 +0100
commite194cf089ec633990a46c7c9bc143776b13492dc (patch)
tree29a8ef7ae509984ae97fce9579e4a11cd5668cec
parent5636eb030f0ea9c4aeaa51aa347edcb2e7344c2d (diff)
downloadgitlab-ce-e194cf089ec633990a46c7c9bc143776b13492dc.tar.gz
Remove unneeded has_tooltip from commit_author_link use
-rw-r--r--app/views/projects/commits/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index 4f0d8211a01..feaf44e8c0a 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -38,7 +38,7 @@
= sprite_icon('ellipsis_h', size: 12)
.commiter
- - commit_author_link = commit_author_link(commit, avatar: false, size: 24, has_tooltip: false)
+ - commit_author_link = commit_author_link(commit, avatar: false, size: 24)
- commit_timeago = time_ago_with_tooltip(commit.authored_date, placement: 'bottom')
- commit_text = _('%{commit_author_link} authored %{commit_timeago}') % { commit_author_link: commit_author_link, commit_timeago: commit_timeago }
#{ commit_text.html_safe }