We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb43fbe commit 03b7e11Copy full SHA for 03b7e11
templates/explore/repo_list.tmpl
@@ -15,10 +15,6 @@
15
<span class="middle">{{svg "octicon-repo-forked" 16}}</span>
16
{{else if .IsMirror}}
17
<span class="middle">{{svg "octicon-repo-clone" 16}}</span>
18
- {{else if .Owner}}
19
- {{if .Owner.Visibility.IsPrivate}}
20
- <span class="text gold">{{svg "octicon-lock" 16}}</span>
21
- {{end}}
22
{{end}}
23
<div class="ui right metas">
24
{{if .PrimaryLanguage }}
0 commit comments