From: zeripath Date: Mon, 26 Apr 2021 18:02:15 +0000 (+0100) Subject: Fix commit graph author link (#15627) X-Git-Tag: v1.15.0-rc1~406 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b07938be5ba00569fe53508391535ea8d8d3f7eb;p=gitea.git Fix commit graph author link (#15627) The author link on the commit graph is incorrect and isn't providing a link to the author. Signed-off-by: Andrew Thornton --- diff --git a/templates/repo/graph/commits.tmpl b/templates/repo/graph/commits.tmpl index 8cd6adb04d..8f3260ba50 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}}