view rhodecode/templates/email_templates/changeset_comment.html @ 3237:f5dd76e2a7af beta

disable file editing when not on branch head fixes issue #462
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 Jan 2013 00:18:49 +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