diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-22 16:00:46 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-22 16:00:46 -0400 |
commit | 59ffdbf6f80328f9b9074930444dedd936aeae51 (patch) | |
tree | 486e9ad694a510db04453e259010ed60bd215ffd /templates | |
parent | b3cfd9fe0c293ba9d84d38ec140db2c01b1e3109 (diff) | |
download | gitea-59ffdbf6f80328f9b9074930444dedd936aeae51.tar.gz gitea-59ffdbf6f80328f9b9074930444dedd936aeae51.zip |
Add create, list, view issue
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin/repos.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/repos.tmpl b/templates/admin/repos.tmpl index a1f41d8365..2c91ccc096 100644 --- a/templates/admin/repos.tmpl +++ b/templates/admin/repos.tmpl @@ -27,7 +27,7 @@ <td>{{.Id}}</td> <th>{{.UserName}}</th> <td><a href="/{{.UserName}}/{{.Name}}">{{.Name}}</a></td> - <td><i class="fa fa{{if .Private}}-check{{end}}-square-o"></i></td> + <td><i class="fa fa{{if .IsPrivate}}-check{{end}}-square-o"></i></td> <td>{{.NumWatches}}</td> <td>{{.NumForks}}</td> <td>{{DateFormat .Created "M d, Y"}}</td> |