Skip to content

Commit 43f53fb

Browse files
wxiaoguangStelios Malathouras
authored and
Stelios Malathouras
committed
Fix a broken link in commits_list_small.tmpl (go-gitea#18763)
1 parent 0e576da commit 43f53fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/commits_list_small.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="singular-commit" id="{{$tag}}">
77
<span class="badge badge-commit">{{svg "octicon-git-commit"}}</span>
88
{{if .User}}
9-
<a href="{.User.HomeLink}}">
9+
<a href="{{.User.HomeLink}}">
1010
{{avatar .User}}
1111
</a>
1212
{{else}}

0 commit comments

Comments
 (0)