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 c38270e commit 99594fbCopy full SHA for 99594fb
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 (gt .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