##// END OF EJS Templates
users: added option to detach pull requests for users which we delete....
users: added option to detach pull requests for users which we delete. - as bonus added ability to specify new owner via ?detach_user_id=NUM GET param.

File last commit:

r4038:4a4a02a9 default
r4351:2d86851b default
Show More
email.mako
29 lines | 312 B | application/x-mako | MakoHtmlLexer
dan
emails: updated emails design and data structure they provide....
r4038 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head></head>
<body>
SUBJECT:
<pre>${c.subject}</pre>
HEADERS:
<pre>
${c.headers}
</pre>
PLAINTEXT:
<pre>
${c.email_body_plaintext|n}
</pre>
</body>
</html>
<br/><br/>
HTML:
${c.email_body|n}