view rhodecode/templates/email_templates/changeset_comment.html @ 4147:1c8f818787b3 rhodecode-2.2.5-gpl

old style: show the full link box on summary page - no overlap or truncation
author Mads Kiilerich <madski@unity3d.com>
date Wed, 02 Jul 2014 19:03:23 -0400
parents 3dba79ad5036
children
line wrap: on
line source

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

<p>${_('URL')}: <a href="${cs_comment_url}">${cs_comment_url}</a></p>

<h4>${_('%s commented on a %s changeset.') % (cs_comment_user,cs_target_repo) |n}</h4>

%if status_change:
    <p>${_('The changeset status was changed to')}: <b>${status_change}</b></p>
%endif
<p>${_('Comment')}:<br/>
${body}
</p>

<p>${_('Changeset')}: ${h.short_id(raw_id)}</p>
<p>${_('Description')}:<br/>
${h.shorter(message, 256)}
</p>