Files @ 6cd0f8f8aef1
Branch filter:

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

Marcin Kuzminski
Let the function calculating changeset history do all the work
- fixed exception handling for fallback method
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

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