Skip to content

Commit

Permalink
Fix a broken link in commits_list_small.tmpl (#18764)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang authored Feb 14, 2022
1 parent 913d6f3 commit 69a158d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/commits_list_small.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 69a158d

Please sign in to comment.