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,17 +1,18 @@ ## -*- coding: utf-8 -*- <%inherit file="main.html"/> -##message from user goes here -
-${cs_comment_user}:
+
+
${_('URL')}: ${cs_comment_url}
+ +${_('Changeset')}: ${h.short_id(raw_id)}
+${_('Description')}:
+${h.shorter(message, 256)}
+
${_('The changeset status was changed to')}: ${status_change}
+%endif +${_('Comment')}:
${body}
-${_('Repo')}: ${cs_target_repo}
-${_('Changeset')}: ${h.short_id(raw_id)}
-${_('desc')}: ${h.shorter(message, 256)}
-