From ce25881c880d9711f211be05f92a809304a436e3 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Sat, 22 Oct 2022 20:01:38 +0800 Subject: refactor(db): move some methods off `user.go` (#7199) --- templates/repo/commits_table.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/repo/commits_table.tmpl') diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl index 3ba3797f..7af40b04 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -33,7 +33,7 @@ {{if .User}} -   {{.Author.Name}} +   {{.Author.Name}} {{else}}   {{.Author.Name}} {{end}} -- cgit v1.2.3