# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1269703346 14400
# Node ID 1f723957f6e54ed8afe5363e3313ab9d3f2a0e67
# Parent  edb16fb75b47f3e2d89fb12d2f0f03bbb5580286
Fix the signoff count on the web UI index page.

diff -r edb16fb75b47 -r 1f723957f6e5 review/web_templates/index.html
--- a/review/web_templates/index.html	Sat Mar 27 11:10:18 2010 -0400
+++ b/review/web_templates/index.html	Sat Mar 27 11:22:26 2010 -0400
@@ -16,7 +16,7 @@
                 </td>
                 <td class="last">
                     {{ utils['len'](rcset.comments) }} comments,
-                    {{ utils['len'](ctx_signoffs) }} signoffs
+                    {{ utils['len'](rcset.signoffs) }} signoffs
                 </td>
             </tr>
         {% endfor %}