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/user/dashboard/issues.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/user/dashboard/issues.tmpl') diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl index b1b6f602..2efada37 100644 --- a/templates/user/dashboard/issues.tmpl +++ b/templates/user/dashboard/issues.tmpl @@ -73,7 +73,7 @@ {{if .NumComments}} {{.NumComments}} {{end}} - +
{{range .Labels}} @@ -83,10 +83,10 @@

- {{$.i18n.Tr "repo.issues.opened_by" $timeStr .Poster.HomeLink .Poster.Name | Safe}} + {{$.i18n.Tr "repo.issues.opened_by" $timeStr .Poster.HomeURLPath .Poster.Name | Safe}} {{if .Assignee}} - - + + {{end}}

-- cgit v1.2.3