##// END OF EJS Templates
white space cleanup
marcink -
r2188:56e96d4e beta
parent child Browse files
Show More
@@ -376,7 +376,8 b' class ChangesetController(BaseRepoContro'
376 if comm:
376 if comm:
377 c.co = comm
377 c.co = comm
378 data.update(comm.get_dict())
378 data.update(comm.get_dict())
379 data.update({'rendered_text': render('changeset/changeset_comment_block.html')})
379 data.update({'rendered_text':
380 render('changeset/changeset_comment_block.html')})
380 return data
381 return data
381
382
382 @jsonify
383 @jsonify
@@ -1,2 +1,2 b''
1 <%namespace name="comment" file="/changeset/changeset_file_comment.html"/>
1 <%namespace name="comment" file="/changeset/changeset_file_comment.html"/>
2 ${comment.comment_block(c.co)} No newline at end of file
2 ${comment.comment_block(c.co)}
General Comments 0
You need to be logged in to leave comments. Login now