Browse Source

Fix swapped issue/star columns in /admin/repos

James Cracknell 10 years ago
parent
commit
64d90a761b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      templates/admin/repo/list.tmpl

+ 2 - 2
templates/admin/repo/list.tmpl

@@ -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" .}}
+{{template "ng/base/footer" .}}