# HG changeset patch # User Marcin Kuzminski # Date 2013-06-28 13:49:22 # Node ID 77d8917d1d572f0697e21a916437e17e16dff8be # Parent ba7b8dfac7d5ef0eacf739687be026e3713f0556 Email: in changeset comments email display the comment first. It can be confusing if the changeset description is displayed first. Users expect to read the comment first. 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 @@ -5,14 +5,15 @@

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

-

${_('Changeset')}: ${h.short_id(raw_id)}

-

${_('Description')}:
-${h.shorter(message, 256)} -

- %if status_change:

${_('The changeset status was changed to')}: ${status_change}

%endif

${_('Comment')}:
${body}

+ +

${_('Changeset')}: ${h.short_id(raw_id)}

+

${_('Description')}:
+${h.shorter(message, 256)} +

+