Files @ 1ab6b1cb849a
Branch filter:

Location: kallithea/rhodecode/templates/email_templates/changeset_comment.html - annotation

Aras Pranckevicius
graph: replaced some super complicated looking math with something that tries to make sense
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

% if status_change is not None:
<div>
    New status -> ${status_change}
</div>
% endif