0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-01 03:12:14 +01:00
gitea/templates/shared/user/authorlink.tmpl

2 lines
206 B
Handlebars

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