From: James Cracknell Date: Fri, 28 Nov 2014 19:40:02 +0000 (-0700) Subject: Fix swapped issue/star columns in /admin/repos X-Git-Tag: v0.9.99~1619^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=64d90a761b4d4de338f2b5119e5874c64b5ba82d;p=gitea.git Fix swapped issue/star columns in /admin/repos --- diff --git a/templates/admin/repo/list.tmpl b/templates/admin/repo/list.tmpl index 276fdff819..3a201fea0c 100644 --- a/templates/admin/repo/list.tmpl +++ b/templates/admin/repo/list.tmpl @@ -35,8 +35,8 @@ {{.Name}} {{.NumWatches}} - {{.NumIssues}} {{.NumStars}} + {{.NumIssues}} {{DateFormat .Created "M d, Y"}} {{end}} @@ -57,4 +57,4 @@ -{{template "ng/base/footer" .}} \ No newline at end of file +{{template "ng/base/footer" .}}