diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index f8dff62869..4c2967f621 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -3,10 +3,10 @@
{{if $.PageIsExplore}}{{.Owner.Name}} / {{end}}{{.Name}} - {{if .IsPrivate}} - - {{else if .IsFork}} + {{if .IsFork}} + {{else if .IsPrivate}} + {{else if .IsMirror}} {{end}} diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl index 667a0e6b64..eb4d7542ca 100644 --- a/templates/user/dashboard/dashboard.tmpl +++ b/templates/user/dashboard/dashboard.tmpl @@ -29,7 +29,7 @@ {{range .Repos}}
  • - + {{.Name}} {{.NumStars}}