Commit 3d34559f authored by Michal Čihař's avatar Michal Čihař

Show position of message in listing

parent 3df2d083
......@@ -162,11 +162,12 @@
<div id="tab-nearby">
<table>
<thead>
<tr><th>{% trans "Source" %}</th><th>{% trans "Translation" %}</th></tr>
<tr><th></th><th>{% trans "Source" %}</th><th>{% trans "Translation" %}</th></tr>
</thead>
<tbody>
{% for item in unit.nearby %}
<tr>
<td class="number"><a href="{{ item.get_absolute_url }}">{{ item.position }}</a></td>
<td class="translatetext"><a href="{{ item.get_absolute_url }}">{{ item.source|fmttranslation }}</a></td>
<td class="translatetext"><a href="{{ item.get_absolute_url }}">{{ item.target|fmttranslation:unit.translation.language }}</a></td>
</tr>
......
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