We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
commits_list_small.tmpl
1 parent 08fe6f8 commit ecc3954Copy full SHA for ecc3954
templates/repo/commits_list_small.tmpl
@@ -6,7 +6,7 @@
6
<div class="singular-commit" id="{{$tag}}">
7
<span class="badge badge-commit">{{svg "octicon-git-commit"}}</span>
8
{{if .User}}
9
- <a href="{.User.HomeLink}}">
+ <a href="{{.User.HomeLink}}">
10
{{avatar .User}}
11
</a>
12
{{else}}
0 commit comments