Fixed fields diff broken layout
parent
30ef152202
commit
d5e8b2ffd5
|
@ -418,14 +418,14 @@
|
||||||
</tr>
|
</tr>
|
||||||
{% for entry in history_entries%}
|
{% for entry in history_entries%}
|
||||||
{% if entry.comment %}
|
{% if entry.comment %}
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
{% trans comment=mdrender(project, entry.comment) %}
|
{% trans comment=mdrender(project, entry.comment) %}
|
||||||
<h3>comment:</h3>
|
<h3>comment:</h3>
|
||||||
<p>{{ comment }}</p>
|
<p>{{ comment }}</p>
|
||||||
{% endtrans %}
|
{% endtrans %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% set changed_fields = entry.values_diff %}
|
{% set changed_fields = entry.values_diff %}
|
||||||
{% if changed_fields %}
|
{% if changed_fields %}
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
{% set values_removed = lists_diff(values_from, values_to) %}
|
{% set values_removed = lists_diff(values_from, values_to) %}
|
||||||
|
|
||||||
<tr>
|
<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>
|
<h3>{{ verbose_name(obj_class, field_name) }}</h3>
|
||||||
</td>
|
</td>
|
||||||
<td valign="top" class="update-row-from">
|
<td valign="top" class="update-row-from">
|
||||||
|
|
Loading…
Reference in New Issue