diff rhodecode/templates/changeset/changeset_file_comment.html @ 1788:ef0613584ced beta

test fixes
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 18 Dec 2011 04:41:52 +0200
parents d4a7b6c82efe
children 1f06cd49cb3e
line wrap: on
line diff
--- a/rhodecode/templates/changeset/changeset_file_comment.html	Sun Dec 18 04:24:53 2011 +0200
+++ b/rhodecode/templates/changeset/changeset_file_comment.html	Sun Dec 18 04:41:52 2011 +0200
@@ -88,7 +88,7 @@
     %endfor        
     
     %for co in c.comments:
-        ${comment.comment_block(co)}
+        ${comment_block(co)}
     %endfor
     %if c.rhodecode_user.username != 'default':
     <div class="comment-form">