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

2 lines
203 B
Handlebars

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