1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-04 08:38:37 +00:00

Add missing full names when DEFAULT_SHOW_FULL_NAME is enabled (#13424)

This commit is contained in:
Wim
2020-11-04 15:51:07 +01:00
committed by GitHub
parent 4ad10ac015
commit 6086a9061b
5 changed files with 7 additions and 7 deletions

View File

@@ -59,7 +59,7 @@
{{.OriginalAuthor}}
{{else if .Publisher}}
<img class="img-10" src="{{.Publisher.RelAvatarLink}}">
<a href="{{AppSubUrl}}/{{.Publisher.Name}}">{{.Publisher.Name}}</a>
<a href="{{AppSubUrl}}/{{.Publisher.Name}}">{{.Publisher.GetDisplayName}}</a>
{{else}}
Ghost
{{end}}