repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

git-pr / tmpl / components
jolheiser  ·  2025-08-11

user-pill.html

1{{define "user-pill"}}
2<a href="/r/{{.Name}}">
3  <code class='pill{{if .IsAdmin}}-admin{{end}}' title="{{.Pubkey}}">{{.Name}}</code>
4</a>
5{{end}}