diff options
-rw-r--r-- | templates/explore/repo_list.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index 42e8d1f66..37bd38c5f 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -15,10 +15,6 @@ <span class="middle">{{svg "octicon-repo-forked" 16}}</span> {{else if .IsMirror}} <span class="middle">{{svg "octicon-repo-clone" 16}}</span> - {{else if .Owner}} - {{if .Owner.Visibility.IsPrivate}} - <span class="text gold">{{svg "octicon-lock" 16}}</span> - {{end}} {{end}} <div class="ui right metas"> {{if .PrimaryLanguage }} |