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.
1 parent 150c2e9 commit de4bb2bCopy full SHA for de4bb2b
templates/repo/commits_list.tmpl
@@ -16,7 +16,7 @@
16
<td class="author">
17
<div class="tw-flex">
18
{{$userName := .Author.Name}}
19
- {{if and .User (neq .User.ID 0)}} /* User with id == 0 is a fake user from git author */
+ {{if and .User (gt .User.ID 0)}} /* User with id == 0 is a fake user from git author */
20
{{if and .User.FullName DefaultShowFullName}}
21
{{$userName = .User.FullName}}
22
{{end}}
0 commit comments