repos / git-pr

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

git-pr / tmpl
Eric Bower  ·  2024-10-23

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