0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-12 10:34:53 +01:00
gitea/templates/shared/user/authorlink.tmpl
Sebastian Ertz 25785041e7
Correct spacing between username and bot label (#36473) (#36484)
Backport #36473

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2026-01-30 05:47:46 +00:00

2 lines
213 B
Handlebars

<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}}