Files @ cb40b3f6428c
Branch filter:

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

Marcin Kuzminski
review members are dynamically changed based on selected other_repo owner
- implemented pyroutes for smarter JS url handling
- fixed some old style global var routing
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

% if status_change is not None:
<div>
    ${_('New status')} -&gt; ${status_change}
</div>
% endif