changeset 4061:77d8917d1d57

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.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 28 Jun 2013 15:49:22 +0200
parents ba7b8dfac7d5
children 368589dfbe98
files rhodecode/templates/email_templates/changeset_comment.html
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/email_templates/changeset_comment.html	Thu Jun 27 23:53:57 2013 +0200
+++ b/rhodecode/templates/email_templates/changeset_comment.html	Fri Jun 28 15:49:22 2013 +0200
@@ -5,14 +5,15 @@
 
 <h4>${_('%s commented on a %s changeset.') % (cs_comment_user,cs_target_repo) |n}</h4>
 
-<p>${_('Changeset')}: ${h.short_id(raw_id)}</p>
-<p>${_('Description')}:<br/>
-${h.shorter(message, 256)}
-</p>
-
 %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>
+