diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-07 16:51:14 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-07 16:51:14 -0400 |
commit | 33d32585b1b7232c764e8cb8629a33076902c882 (patch) | |
tree | 4450575c9a0a71c8a7d51e9b4eafee321226d8c2 /templates/admin | |
parent | 6fb7229beaadb53f59cb85d80976f99708a7434d (diff) | |
download | gitea-33d32585b1b7232c764e8cb8629a33076902c882.tar.gz gitea-33d32585b1b7232c764e8cb8629a33076902c882.zip |
Add mention, read/unread support of issue tracker
Diffstat (limited to 'templates/admin')
-rw-r--r-- | templates/admin/repos.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin/repos.tmpl b/templates/admin/repos.tmpl index 2c5e3d3b7d..f6f3a7be98 100644 --- a/templates/admin/repos.tmpl +++ b/templates/admin/repos.tmpl @@ -26,8 +26,8 @@ {{range .Repos}} <tr> <td>{{.Id}}</td> - <th>{{.UserName}}</th> - <td><a href="/{{.UserName}}/{{.Name}}">{{.Name}}</a></td> + <th>{{.Owner.Name}}</th> + <td><a href="/{{.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> |