Files @ c77d5c6358eb
Branch filter:

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

Marcin Kuzminski
Implemented #670 Implementation of Roles in Pull Request
- only owner, reviewer or admin can change status or close pull request
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

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