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/diff/page.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/repo/diff') diff --git a/templates/repo/diff/page.tmpl b/templates/repo/diff/page.tmpl index 53a2c4eb..7bc16753 100644 --- a/templates/repo/diff/page.tmpl +++ b/templates/repo/diff/page.tmpl @@ -15,8 +15,8 @@
{{if .Author}} - - {{.Commit.Author.Name}} {{if .IsLogged}}<{{.Commit.Author.Email}}>{{end}} + + {{.Commit.Author.Name}} {{if .IsLogged}}<{{.Commit.Author.Email}}>{{end}} {{else}} {{.Commit.Author.Name}} -- cgit v1.2.3