]> source.dussan.org Git - gitea.git/commitdiff
Fix swapped issue/star columns in /admin/repos
authorJames Cracknell <james.h.cracknell@gmail.com>
Fri, 28 Nov 2014 19:40:02 +0000 (12:40 -0700)
committerJames Cracknell <james.h.cracknell@gmail.com>
Fri, 28 Nov 2014 19:40:02 +0000 (12:40 -0700)
templates/admin/repo/list.tmpl

index 276fdff8195e1cf60e34d53ec861d7b8a7523af4..3a201fea0c5c22b6900d8d2245887e944552d025 100644 (file)
@@ -35,8 +35,8 @@
                                                                <td><a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Name}}</a></td>
                                                                    <td><i class="fa fa{{if .IsPrivate}}-check{{end}}-square-o"></i></td>
                                                                    <td>{{.NumWatches}}</td>
-                                                                   <td>{{.NumIssues}}</td>
                                                                    <td>{{.NumStars}}</td>
+                                                                   <td>{{.NumIssues}}</td>
                                                                    <td>{{DateFormat .Created "M d, Y"}}</td>
                                                                </tr>
                                                                {{end}}
@@ -57,4 +57,4 @@
         </div>
     </div>
 </div>
-{{template "ng/base/footer" .}}
\ No newline at end of file
+{{template "ng/base/footer" .}}