##// END OF EJS Templates
side-by-side diffs: use full power of mergerly whitespace and interactive merge modes
side-by-side diffs: use full power of mergerly whitespace and interactive merge modes

File last commit:

r4061:77d8917d default
r4062:368589df default
Show More
changeset_comment.html
19 lines | 469 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>
<p>${_('URL')}: <a href="${cs_comment_url}">${cs_comment_url}</a></p>
<h4>${_('%s commented on a %s changeset.') % (cs_comment_user,cs_target_repo) |n}</h4>
%if status_change:
<p>${_('The changeset status was changed to')}: <b>${status_change}</b></p>
%endif
<p>${_('Comment')}:<br/>
${body}
</p>
<p>${_('Changeset')}: ${h.short_id(raw_id)}</p>
<p>${_('Description')}:<br/>
${h.shorter(message, 256)}
</p>