diff --git a/templates/shared/user/name.tmpl b/templates/shared/user/name.tmpl index 343c762407..896349fdf8 100644 --- a/templates/shared/user/name.tmpl +++ b/templates/shared/user/name.tmpl @@ -1,5 +1 @@ -{{if .FullName}} - {{.FullName}} ({{.Name}}) -{{else}} - {{.Name}} -{{end}} +{{.Name}}{{if .FullName}} ({{.FullName}}){{end}}