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:
@@ -264,7 +264,7 @@
|
||||
</span>
|
||||
{{end}}
|
||||
{{range .Assignees}}
|
||||
<a class="ui right assignee poping up" href="{{.HomeLink}}" data-content="{{.Name}}" data-variation="inverted" data-position="left center">
|
||||
<a class="ui right assignee poping up" href="{{.HomeLink}}" data-content="{{.GetDisplayName}}" data-variation="inverted" data-position="left center">
|
||||
<img class="ui avatar image" src="{{.RelAvatarLink}}">
|
||||
</a>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user