Skip to content

Commit

Permalink
Do not display org avatar near icon for internal repos (#13957)
Browse files Browse the repository at this point in the history
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
  • Loading branch information
3 people authored Dec 13, 2020
1 parent b35c1b5 commit 633dc80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/repo/icon.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 633dc80

Please sign in to comment.