Files @ f3b913b76be1
Branch filter:

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

Marcin Kuzminski
Calculate file history always from latest changeset to always show full history.
When doing the calculation from a particular changeset git doesn't any records from parent changesets
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

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