summaryrefslogtreecommitdiffstats
path: root/templates/repo
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2022-02-14 19:19:07 +0800
committerGitHub <noreply@github.com>2022-02-14 19:19:07 +0800
commitecc3954db01fe8c6ae409564d23b8746e76fdd8c (patch)
tree4381f57cc3a03a937d8cff06e95a7e72e6b84901 /templates/repo
parent08fe6f8c7ee4b446ae489843414d237cf3e458b5 (diff)
downloadgitea-ecc3954db01fe8c6ae409564d23b8746e76fdd8c.tar.gz
gitea-ecc3954db01fe8c6ae409564d23b8746e76fdd8c.zip
Fix a broken link in `commits_list_small.tmpl` (#18763)
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/commits_list_small.tmpl2
1 files changed, 1 insertions, 1 deletions
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}}