Changeset - 77d8917d1d57
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 12 years ago 2013-06-28 15:49:22
marcin@python-works.com
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.
1 file changed with 6 insertions and 5 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/email_templates/changeset_comment.html
Show inline comments
 
@@ -2,17 +2,18 @@
 
<%inherit file="main.html"/>
 

	
 
<p>${_('URL')}: <a href="${cs_comment_url}">${cs_comment_url}</a></p>
 

	
 
<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>
 

	
0 comments (0 inline, 0 general)