diff --git a/templates/explore/repos.tmpl b/templates/explore/repos.tmpl index 954d0b06ec..1e0143f56a 100644 --- a/templates/explore/repos.tmpl +++ b/templates/explore/repos.tmpl @@ -2,24 +2,26 @@ {{template "ng/base/header" .}}
- {{template "explore/nav" .}} + {{template "explore/nav" .}}
-
- {{range .Repos}} -
-
    -
  • {{.NumStars}}
  • -
  • {{.NumForks}}
  • -
-

{{.Name}}

-

{{.Description}}

-

{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}

-
- {{end}} -
-
+
+ {{range .Repos}} +
+
    +
  • {{.NumStars}}
  • +
  • {{.NumForks}}
  • +
+

+ {{.Owner.Name}} / {{.Name}} +

+

{{.Description}}

+

{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}

+
+ {{end}} +
+
-{{template "ng/base/footer" .}} \ No newline at end of file +{{template "ng/base/footer" .}}