summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
diff options
context:
space:
mode:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-07-23 15:55:12 +0000
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-07-23 15:55:12 +0000
commitf0b1780f4517530ed540be5dd48a6f43bf75af3b (patch)
treea84cc61b8aed00ee3063a1776064955d12a11497 /app/views/projects/commit
parent477adc9e04604445fc2c713ef728a88abbd3d6b1 (diff)
parent362e9e40b131c896e2c3545248752ae84e9635d5 (diff)
downloadgitlab-ce-f0b1780f4517530ed540be5dd48a6f43bf75af3b.tar.gz
Merge branch '29278-commits-page-tooltips' into 'master'
Resolve "Commits page tooltips" Closes #29278 See merge request gitlab-org/gitlab-ce!20674
Diffstat (limited to 'app/views/projects/commit')
-rw-r--r--app/views/projects/commit/_commit_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index 886dd73c33b..78522393d4b 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -10,7 +10,7 @@
%span.d-none.d-sm-inline authored
#{time_ago_with_tooltip(@commit.authored_date)}
%span= s_('ByAuthor|by')
- = author_avatar(@commit, size: 24)
+ = author_avatar(@commit, size: 24, has_tooltip: false)
%strong
= commit_author_link(@commit, avatar: true, size: 24)
- if @commit.different_committer?