summaryrefslogtreecommitdiffstats
path: root/templates/admin/repos.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/repos.tmpl')
-rw-r--r--templates/admin/repos.tmpl2
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>