Browse Source

Do not display org avatar near icon for internal repos (#13957)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
tags/v1.15.0-dev
Cirno the Strongest GitHub 4 years ago
parent
commit
6a46b1b720
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      templates/repo/icon.tmpl

+ 0
- 5
templates/repo/icon.tmpl View File

@@ -4,11 +4,6 @@
{{else}}
{{if $.IsPrivate}}
{{svg "octicon-lock" 32}}
{{else if and (not $.IsMirror) (not $.IsFork) ($.Owner)}}
{{svg "octicon-repo" 32}}
{{if $.Owner.Visibility.IsPrivate}}
{{avatar $.Owner}}
{{end}}
{{else if $.IsMirror}}
{{svg "octicon-mirror" 32}}
{{else if $.IsFork}}


Loading…
Cancel
Save