From ecc3954db01fe8c6ae409564d23b8746e76fdd8c Mon Sep 17 00:00:00 2001 From: wxiaoguang <wxiaoguang@gmail.com> Date: Mon, 14 Feb 2022 19:19:07 +0800 Subject: [PATCH] Fix a broken link in `commits_list_small.tmpl` (#18763) --- templates/repo/commits_list_small.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/commits_list_small.tmpl b/templates/repo/commits_list_small.tmpl index f483efca33..c1e1363187 100644 --- a/templates/repo/commits_list_small.tmpl +++ b/templates/repo/commits_list_small.tmpl @@ -6,7 +6,7 @@ <div class="singular-commit" id="{{$tag}}"> <span class="badge badge-commit">{{svg "octicon-git-commit"}}</span> {{if .User}} - <a href="{.User.HomeLink}}"> + <a href="{{.User.HomeLink}}"> {{avatar .User}} </a> {{else}}