Commit 42c18402 authored by Michal Čihař's avatar Michal Čihař

Move previous version of source string above current one

It follows logical reading from top to bottom.
parent dd6d6ea2
...@@ -52,16 +52,16 @@ ...@@ -52,16 +52,16 @@
</tr> </tr>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
<tr>
<th class="source labelscolumn">{% trans "Source" %}</th>
<td class="translatetext">{{ unit.source|fmtsearchmatch:search_query }}</td>
</tr>
{% if unit.previous_source and unit.fuzzy %} {% if unit.previous_source and unit.fuzzy %}
<tr> <tr>
<th class="labelscolumn">{% trans "Source change" %}</th> <th class="labelscolumn">{% trans "Source change" %}</th>
<td>{{ unit.previous_source|fmtsourcediff:unit }}</td> <td>{{ unit.previous_source|fmtsourcediff:unit }}</td>
</tr> </tr>
{% endif %} {% endif %}
<tr>
<th class="source labelscolumn">{% trans "Source" %}</th>
<td class="translatetext">{{ unit.source|fmtsearchmatch:search_query }}</td>
</tr>
{% if unit.context %} {% if unit.context %}
<tr> <tr>
<th class="labelscolumn">{% trans "Context" %}</th> <th class="labelscolumn">{% trans "Context" %}</th>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment