diff --git a/rhodecode/templates/email_templates/pull_request.html b/rhodecode/templates/email_templates/pull_request.html --- a/rhodecode/templates/email_templates/pull_request.html +++ b/rhodecode/templates/email_templates/pull_request.html @@ -10,8 +10,10 @@ ${body}
+%for r,r_msg in pr_revisions:
+${h.short_id(r)}:
+ ${h.shorter(r_msg, 256)}
+
%endfor
-
+