##// END OF EJS Templates
Added email-map for alternative email addresses for users
Added email-map for alternative email addresses for users

File last commit:

r2296:e5c0f201 codereview
r2329:20e307d5 codereview
Show More
changeset_comment.html
11 lines | 176 B | text/html | HtmlLexer
Notification fixes...
r1717 ## -*- coding: utf-8 -*-
<%inherit file="main.html"/>
<h4>${subject}</h4>
White-space cleanup
r1888 ${body}
Add changeset status change into emails
r2296
% if status_change is not None:
<div>
New status -> ${status_change}
</div>
% endif