Fix the signoff count on the web UI index page.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Sat, 27 Mar 2010 11:22:26 -0400 | 
    
    
    
        | parents | 
        edb16fb75b47 
 | 
    
    
        | children | 
        52b914764732
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        review/web_templates/index.html  | 
    
Changes
    
--- 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 %}