Files @ 031a698e85ea
Branch filter:

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

Marcin Kuzminski
fixes issue #756 cleanup repos didn't properly compose paths of repos to be cleaned up.
- it just worked on repos on root filesystem
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

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