Commit 62c684d7 authored by Michal Čihař's avatar Michal Čihař

Add links for direct translating to main page

parent 46975161
......@@ -13,6 +13,7 @@
<th>{% trans "Translation" %}</th>
<th colspan="2">{% trans "Translated" %}</th>
<th>{% trans "Fuzzy" %}</th>
<th></th>
</tr>
<tbody>
{% for trans in usertranslations %}
......@@ -22,6 +23,7 @@
<td class="percent">{{ percent }}%</td>
<td class="progress"><div class="progress" id="{{ percent|floatformat:0 }}"></div></td>
<td class="percent">{{ fuzzy }}%</td>
<td>{% if percent < 100 %}<a href="{{ trans.get_translate_url }}?type=untranslated">{% trans "Translate" %}</a>{% endif %}</td>
</tr>
{% endwith %}
{% endfor %}
......
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