+
+ {{if or $.PageIsExplore $.PageIsProfileStarList }}{{if .Owner}}{{.Owner.Name}} / {{end}}{{end}}{{.Name}}
+ {{if .IsArchived}}{{end}}
+
+ {{if .IsPrivate}}
+ {{svg "octicon-lock" 16}}
+ {{else if .IsFork}}
+ {{svg "octicon-repo-forked" 16}}
+ {{else if .IsMirror}}
+ {{svg "octicon-repo-clone" 16}}
+ {{else if .Owner}}
+ {{if .Owner.Visibility.IsPrivate}}
+ {{svg "octicon-lock" 16}}
+ {{end}}
{{end}}
- {{svg "octicon-star" 16}} {{.NumStars}}
- {{svg "octicon-git-branch" 16}} {{.NumForks}}
+
+
-