summaryrefslogtreecommitdiff
path: root/app/views/projects/commits
diff options
context:
space:
mode:
authorwinniehell <git@winniehell.de>2016-07-09 02:47:05 +0200
committerwinniehell <git@winniehell.de>2016-07-20 17:44:28 +0200
commit6558586f15f493968129b78544d76486cd2a6cd4 (patch)
tree21eb690f24c215413882f1e037779671198b08f8 /app/views/projects/commits
parentdc761e3a0a7bf9ff4feddc4785113df33a585cd2 (diff)
downloadgitlab-ce-6558586f15f493968129b78544d76486cd2a6cd4.tar.gz
Add link to user profile to commit avatar (!5163)
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r--app/views/projects/commits/_commit.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index c8c7b858baa..ab9afb06afb 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -9,7 +9,8 @@
= cache(cache_key) do
%li.commit.js-toggle-container{ id: "commit-#{commit.short_id}" }
- = commit_author_avatar(commit, size: 36)
+ = author_avatar(commit, size: 36)
+
.commit-info-block
.commit-row-title
%span.item-title