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}}
git clone https://github.com/picosh/git-pr.git
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}}