##// END OF EJS Templates
Add bookmarks property to git branch, it makes it consistent with other property...
Add bookmarks property to git branch, it makes it consistent with other property named closed branches. Makes git and hg API consistent

File last commit:

r4063:3dba79ad default
r4088:7c73f186 default
Show More
changeset_comment.html
18 lines | 468 B | text/html | HtmlLexer
Notification fixes...
r1717 ## -*- coding: utf-8 -*-
<%inherit file="main.html"/>
Mads Kiilerich
emails: try to improve wording and layout - 1st iteration
r3780
<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/>
White-space cleanup
r1888 ${body}
notifications changes...
r3430 </p>
Email: in changeset comments email display the comment first....
r4061
<p>${_('Changeset')}: ${h.short_id(raw_id)}</p>
<p>${_('Description')}:<br/>
${h.shorter(message, 256)}
</p>