Fixed fields diff broken layout

remotes/origin/enhancement/email-actions
Xavier Julián 2015-06-05 14:34:46 +02:00
parent 30ef152202
commit d5e8b2ffd5
2 changed files with 9 additions and 9 deletions

View File

@ -418,14 +418,14 @@
</tr>
{% for entry in history_entries%}
{% if entry.comment %}
<tr>
<td colspan="2">
{% trans comment=mdrender(project, entry.comment) %}
<h3>comment:</h3>
<p>{{ comment }}</p>
{% endtrans %}
</td>
</tr>
<tr>
<td colspan="2">
{% trans comment=mdrender(project, entry.comment) %}
<h3>comment:</h3>
<p>{{ comment }}</p>
{% endtrans %}
</td>
</tr>
{% endif %}
{% set changed_fields = entry.values_diff %}
{% if changed_fields %}

View File

@ -96,7 +96,7 @@
{% set values_removed = lists_diff(values_from, values_to) %}
<tr>
<td valign="middle" rowspan="2" class="update-row-name">
<td valign="middle" class="update-row-name">
<h3>{{ verbose_name(obj_class, field_name) }}</h3>
</td>
<td valign="top" class="update-row-from">