From 6558586f15f493968129b78544d76486cd2a6cd4 Mon Sep 17 00:00:00 2001 From: winniehell Date: Sat, 9 Jul 2016 02:47:05 +0200 Subject: Add link to user profile to commit avatar (!5163) --- app/views/projects/commits/_commit.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/views/projects/commits') 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 -- cgit v1.2.1