##// END OF EJS Templates
Added tag v4.24.1 for changeset 6eaf953da06e
Added tag v4.24.1 for changeset 6eaf953da06e

File last commit:

r4543:624997f0 default
r4641:02fd281d stable
Show More
changeset_comment_block.mako
4 lines | 269 B | application/x-mako | MakoHtmlLexer
/ rhodecode / templates / changeset / changeset_comment_block.mako
## this is a dummy html file for partial rendering on server and sending
## generated output via ajax after comment submit
<%namespace name="comment" file="/changeset/changeset_file_comment.mako"/>
${comment.comment_block(c.co, inline=c.co.is_inline, is_new=c.is_new)}