From 4190c134e663c38f88917e9673ec57b855ac6000 Mon Sep 17 00:00:00 2001 From: zeripath Date: Mon, 26 Apr 2021 20:25:51 +0100 Subject: [PATCH] Fix commit graph author link (#15627) (#15630) Backport #15627 The author link on the commit graph is incorrect and isn't providing a link to the author. Signed-off-by: Andrew Thornton --- templates/repo/graph/commits.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/graph/commits.tmpl b/templates/repo/graph/commits.tmpl index 8cd6adb04..8f3260ba5 100644 --- a/templates/repo/graph/commits.tmpl +++ b/templates/repo/graph/commits.tmpl @@ -68,7 +68,7 @@ {{$userName = $commit.User.FullName}} {{end}} {{avatar $commit.User}} - {{$userName}} + {{$userName}} {{else}} {{avatarByEmail $commit.Commit.Author.Email $userName}} {{$userName}}