0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-22 04:35:44 +01:00

Correct spacing between username and bot label (#36473) (#36484)

Backport #36473

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
Sebastian Ertz 2026-01-30 06:47:46 +01:00 committed by GitHub
parent ff3d11034d
commit 25785041e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1 @@
<a class="author text black tw-font-semibold muted"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>{{.GetDisplayName}}</a>{{if .IsTypeBot}}<span class="ui basic label tw-p-1 tw-align-baseline">bot</span>{{end}}
<a class="author text black tw-font-semibold muted"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>{{.GetDisplayName}}</a>{{if .IsTypeBot}}&nbsp;<span class="ui basic label tw-p-1 tw-align-baseline">bot</span>{{end}}