Commit 0fa8da28 authored by Michal Čihař's avatar Michal Čihař

Make tranlate a button for better visibility

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ece2985d
......@@ -51,7 +51,7 @@
</td>
<td>
{% if count > 0 %}
<a href="{{ trans.get_translate_url }}?type=untranslated" title="{% blocktrans count trans.get_non_translated as count %}There is {{ count }} not translated string.{% plural %}There are {{ count }} not translated strings.{% endblocktrans %}">{% trans "Translate" %}</a>
<a href="{{ trans.get_translate_url }}?type=untranslated" title="{% blocktrans count trans.get_non_translated as count %}There is {{ count }} not translated string.{% plural %}There are {{ count }} not translated strings.{% endblocktrans %}" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-edit"></span> {% trans "Translate" %}</a>
{% endif %}
</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