diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index 4bbbf2da1e..cd918ce5bc 100644 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -33,7 +33,7 @@
{{if .Repo.Avatar}} - + {{else}} {{if .Repo.IsPrivate}}{{svg "octicon-lock" 16}}{{else if .Repo.IsFork}}{{svg "octicon-repo-forked" 16}}{{else if .Repo.IsMirror}}{{svg "octicon-mirror" 16}}{{else}}{{svg "octicon-repo" 16}}{{end}} {{end}} @@ -78,7 +78,7 @@
{{if .Repo.Avatar}} - + {{else}} {{if .Repo.IsPrivate}}{{svg "octicon-lock" 16}}{{else if .Repo.IsFork}}{{svg "octicon-repo-forked" 16}}{{else if .Repo.IsMirror}}{{svg "octicon-mirror" 16}}{{else}}{{svg "octicon-repo" 16}}{{end}} {{end}}