You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

icon.tmpl 300B

12345678910
  1. {{$avatarLink := .RelAvatarLink}}
  2. {{if $avatarLink}}
  3. <img class="ui avatar gt-vm" src="{{$avatarLink}}" width="32" height="32" alt="{{.FullName}}">
  4. {{else if $.IsMirror}}
  5. {{svg "octicon-mirror" 32}}
  6. {{else if $.IsFork}}
  7. {{svg "octicon-repo-forked" 32}}
  8. {{else}}
  9. {{svg "octicon-repo" 32}}
  10. {{end}}