From 633dc80077140f141861b779698881efffca52f7 Mon Sep 17 00:00:00 2001 From: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> Date: Sun, 13 Dec 2020 22:51:15 +0100 Subject: [PATCH] Do not display org avatar near icon for internal repos (#13957) Co-authored-by: Lunny Xiao Co-authored-by: Lauris BH --- templates/repo/icon.tmpl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/repo/icon.tmpl b/templates/repo/icon.tmpl index b4d8a2456..70634a634 100644 --- a/templates/repo/icon.tmpl +++ b/templates/repo/icon.tmpl @@ -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}}