Files @ 7c73f1868318
Branch filter:

Location: kallithea/rhodecode/templates/changeset/changeset_comment_block.html - annotation

Marcin Kuzminski
Add bookmarks property to git branch, it makes it consistent with other property
named closed branches. Makes git and hg API consistent
1
2
3
4
## 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)}