diff options
Diffstat (limited to 'templates/admin/repos.tmpl')
-rw-r--r-- | templates/admin/repos.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/admin/repos.tmpl b/templates/admin/repos.tmpl index 3c0f5e09f7..2c5e3d3b7d 100644 --- a/templates/admin/repos.tmpl +++ b/templates/admin/repos.tmpl @@ -17,6 +17,7 @@ <th>Name</th> <th>Private</th> <th>Watches</th> + <th>Issues</th> <th>Forks</th> <th>Created</th> </tr> @@ -29,6 +30,7 @@ <td><a href="/{{.UserName}}/{{.Name}}">{{.Name}}</a></td> <td><i class="fa fa{{if .IsPrivate}}-check{{end}}-square-o"></i></td> <td>{{.NumWatches}}</td> + <td>{{.NumIssues}}</td> <td>{{.NumForks}}</td> <td>{{DateFormat .Created "M d, Y"}}</td> </tr> |