summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-05-31 11:17:13 +0100
committerPhil Hughes <me@iamphill.com>2016-06-08 10:11:44 +0100
commitd5afb1324f2fb9b9c19df3806662e159bbe4ffb3 (patch)
tree80f363536dfc093334d5650fb15d23f315b992d8
parent97cee7e231689a7dee2f193411f3cd7962c6ea52 (diff)
downloadgitlab-ce-d5afb1324f2fb9b9c19df3806662e159bbe4ffb3.tar.gz
Sends correct parameter to commit_author_link for avatar
-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 58ccd31442a..66df5fe5e20 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -30,6 +30,6 @@
= preserve(markdown(escape_once(commit.description), pipeline: :single_line, author: commit.author))
.commit-row-info
- = commit_author_link(commit, avatar: true, size: 24)
+ = commit_author_link(commit, avatar: false, size: 24)
authored
#{time_ago_with_tooltip(commit.committed_date)}