Files @ fd449fb5925f
Branch filter:

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

Mads Kiilerich
top menu: highlight current menu item - reusing hover

Giving a visual hint where the user 'is' helps navigating and feeling
comfortable with the site.
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

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