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 375d6ed commit fd52ca0Copy full SHA for fd52ca0
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