Files @ 1cd0a0c05f42
Branch filter:

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

Marcin Kuzminski
swap the select values with revisions dynamically when switching the repos on pull request view
- fix the partial ajax request that should never do redirect
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

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