mirror of
https://github.com/go-gitea/gitea
synced 2025-08-24 18:38:28 +00:00
Add missing full names when DEFAULT_SHOW_FULL_NAME is enabled (#13424)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{{end}}
|
||||
<span class="text grey">
|
||||
{{if .User}}
|
||||
<a href="{{.User.HomeLink}}">{{.User.Name}}</a>
|
||||
<a href="{{.User.HomeLink}}">{{.User.GetDisplayName}}</a>
|
||||
{{else if .Team}}
|
||||
<span class="ui text">{{$.Issue.Repo.OwnerName}}/{{.Team.Name}}</span>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user