aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/templates/email_templates/changeset_comment.html
blob: 8ef1a949a65181eb7493e44e408f7536c879e1c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

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