Bug 2143 ordering the changes in notification emails

remotes/origin/enhancement/email-actions
Alejandro Alonso 2015-02-02 14:54:07 +01:00
parent c6b1906378
commit f275ea9b5a
1 changed files with 2 additions and 2 deletions

View File

@ -158,13 +158,13 @@
</td>
<td valign="top" class="update-row-from">
<span>{{ _("from") }}</span><br>
<strong>{{ values.1|linebreaksbr }}</strong>
<strong>{{ values.0|linebreaksbr }}</strong>
</td>
</tr>
<tr>
<td valign="top">
<span>{{ _("to") }}</span><br>
<strong>{{ values.0|linebreaksbr }}</strong>
<strong>{{ values.1|linebreaksbr }}</strong>
</td>
</tr>
{% endif %}