diff --git a/rhodecode/templates/email_templates/changeset_comment.html b/rhodecode/templates/email_templates/changeset_comment.html --- a/rhodecode/templates/email_templates/changeset_comment.html +++ b/rhodecode/templates/email_templates/changeset_comment.html @@ -1,12 +1,17 @@ ## -*- coding: utf-8 -*- <%inherit file="main.html"/> - -

${subject}

- +##message from user goes here +

+${cs_comment_user}:
${body} +

+%if status_change: + ${_('New status')} -> ${status_change} +%endif +
${_('View this comment here')}: ${cs_comment_url}
-% if status_change is not None: -
- ${_('New status')} -> ${status_change} -
-% endif +
+${_('Repo')}: ${cs_target_repo}
+${_('Changeset')}: ${h.short_id(raw_id)}
+${_('desc')}: ${h.shorter(message, 256)}
+