From: Dhuan Date: Sat, 4 Apr 2015 17:53:21 +0000 (+0000) Subject: Display author's name on explore page X-Git-Tag: v0.9.99~1397^2~5^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=51aef347ee8b315426b81d97e5dc82fe11cea3bf;p=gitea.git Display author's name on explore page --- diff --git a/templates/explore/repos.tmpl b/templates/explore/repos.tmpl index 954d0b06ec..3718803172 100644 --- a/templates/explore/repos.tmpl +++ b/templates/explore/repos.tmpl @@ -12,7 +12,9 @@
  • {{.NumStars}}
  • {{.NumForks}}
  • -

    {{.Name}}

    +

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

    {{.Description}}

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

    @@ -22,4 +24,4 @@ -{{template "ng/base/footer" .}} \ No newline at end of file +{{template "ng/base/footer" .}}