Commit a854cb3e authored by Michal Čihař's avatar Michal Čihař

Display more unit information in zen mode (issue #375)

parent f637f48c
......@@ -32,6 +32,15 @@
<table class="zen">
{% for unit in unitdata %}
<tr>
<td>{{ unit.0.position }}</td>
<td>{{ unit.0.get_location_links }}</td>
<td>
<img src="{% get_media_prefix %}loading.gif" id="loading-{{ unit.0.checksum }}" style="display: none" />
<a href="{{ unit.0.get_absolute_url }}" class="menu-float small-button button" title="{% trans "Open in full editor" %}">{% trans "Edit" %}</a>
</td>
</tr>
<tr>
<td></td>
<td class="translatetext">{{ unit.0.source|fmtsearchmatch:search_query }}</td>
<td class="translator">
<form action="js-store" method="post">
......
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