giteabot backport / giteabot (push) Canceled after 0s
giteabot / giteabot (push) Canceled after 0s
release-nightly / nightly-binary (push) Canceled after 0s
release-nightly / nightly-container (push) Canceled after 0s
cache-seeder / gobuild (push) Canceled after 0s
cache-seeder / lint (bindata, lint-backend) (push) Canceled after 0s
release-nightly-snapcraft / build-and-publish (push) Canceled after 0s
Includes direct password setup links in registration emails. Assisted-by: Codex:GPT-5
11 lines
319 B
Handlebars
11 lines
319 B
Handlebars
{{$avatarLink := (.RelAvatarLink ctx)}}
|
|
{{if $avatarLink}}
|
|
<img class="ui avatar tw-align-middle" src="{{$avatarLink}}" width="24" height="24" alt aria-hidden="true">
|
|
{{else if $.IsMirror}}
|
|
{{svg "octicon-mirror" 24}}
|
|
{{else if $.IsFork}}
|
|
{{svg "octicon-repo-forked" 24}}
|
|
{{else}}
|
|
{{svg "octicon-repo" 24}}
|
|
{{end}}
|