diff options
author | winniehell <git@winniehell.de> | 2016-07-09 02:47:05 +0200 |
---|---|---|
committer | winniehell <git@winniehell.de> | 2016-07-20 17:44:28 +0200 |
commit | 6558586f15f493968129b78544d76486cd2a6cd4 (patch) | |
tree | 21eb690f24c215413882f1e037779671198b08f8 /app/views/projects/commits | |
parent | dc761e3a0a7bf9ff4feddc4785113df33a585cd2 (diff) | |
download | gitlab-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.haml | 3 |
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 |