comparison rhodecode/templates/changeset/changeset_file_comment.html @ 2673:d5e42c00f3c1 beta

white space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 27 Jul 2012 01:06:50 +0200
parents 58c529332e7e
children 4fbbc65e8cd5
comparison
equal deleted inserted replaced
2672:169807710db2 2673:d5e42c00f3c1
103 %for co in c.comments: 103 %for co in c.comments:
104 <div id="comment-tr-${co.comment_id}"> 104 <div id="comment-tr-${co.comment_id}">
105 ${comment_block(co)} 105 ${comment_block(co)}
106 </div> 106 </div>
107 %endfor 107 %endfor
108 </div> 108 </div>
109 </%def> 109 </%def>
110 110
111 ## MAIN COMMENT FORM 111 ## MAIN COMMENT FORM
112 <%def name="comments(post_url, cur_status, close_btn=False)"> 112 <%def name="comments(post_url, cur_status, close_btn=False)">
113 113