view rhodecode/templates/changeset/changeset_comment_block.html @ 3883:88ec8f7b9e64 beta

Fixed issues with group renames for local repository group admins. - revoke permission on yourself check was triggered thus preventing group update. Moved this check into update permission function
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 22 May 2013 00:48:34 +0200
parents c2f131502037
children
line wrap: on
line source

## 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.html"/>
${comment.comment_block(c.co)}