0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-01-31 07:54:07 +01:00

Correct spacing between username and bot label (#36473)

This commit is contained in:
Sebastian Ertz 2026-01-28 16:22:37 +01:00 committed by GitHub
parent bf8d11bb21
commit b500b7cfed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1 @@
<a class="muted text black tw-font-semibold"{{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="muted text black tw-font-semibold"{{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}}