view rhodecode/templates/email_templates/changeset_comment.html @ 3181:efe23d6c178c rhodecode-0.0.1.5.2

merged with beta
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 21 Jan 2013 00:49:59 +0100
parents 400ca827f2c5
children 7818c8c31c4c
line wrap: on
line source

## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

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