##// END OF EJS Templates
Email: in changeset comments email display the comment first....
marcink -
r4061:77d8917d default
parent child Browse files
Show More
@@ -1,18 +1,19 b''
1 ## -*- coding: utf-8 -*-
1 ## -*- coding: utf-8 -*-
2 <%inherit file="main.html"/>
2 <%inherit file="main.html"/>
3
3
4 <p>${_('URL')}: <a href="${cs_comment_url}">${cs_comment_url}</a></p>
4 <p>${_('URL')}: <a href="${cs_comment_url}">${cs_comment_url}</a></p>
5
5
6 <h4>${_('%s commented on a %s changeset.') % (cs_comment_user,cs_target_repo) |n}</h4>
6 <h4>${_('%s commented on a %s changeset.') % (cs_comment_user,cs_target_repo) |n}</h4>
7
7
8 <p>${_('Changeset')}: ${h.short_id(raw_id)}</p>
9 <p>${_('Description')}:<br/>
10 ${h.shorter(message, 256)}
11 </p>
12
13 %if status_change:
8 %if status_change:
14 <p>${_('The changeset status was changed to')}: <b>${status_change}</b></p>
9 <p>${_('The changeset status was changed to')}: <b>${status_change}</b></p>
15 %endif
10 %endif
16 <p>${_('Comment')}:<br/>
11 <p>${_('Comment')}:<br/>
17 ${body}
12 ${body}
18 </p>
13 </p>
14
15 <p>${_('Changeset')}: ${h.short_id(raw_id)}</p>
16 <p>${_('Description')}:<br/>
17 ${h.shorter(message, 256)}
18 </p>
19
General Comments 0
You need to be logged in to leave comments. Login now