Commit 2462fa50 authored by Michal Čihař's avatar Michal Čihař

Zen mode is no longer experimental

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 5bdc0892
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
{% block content %} {% block content %}
{% if perms.trans.save_translation %} {% if perms.trans.save_translation %}
<a href="{% url 'zen' project=unit.translation.subproject.project.slug subproject=unit.translation.subproject.slug lang=unit.translation.language.code %}?sid={{ search_id }}" title="{% trans "Edit in Zen mode" %} (experimental)" class="btn btn-default pull-right flip"><i class="fa fa-arrows-alt"></i> {% trans "Zen" %}</a> <a href="{% url 'zen' project=unit.translation.subproject.project.slug subproject=unit.translation.subproject.slug lang=unit.translation.language.code %}?sid={{ search_id }}" title="{% trans "Edit in Zen mode" %}" class="btn btn-default pull-right flip"><i class="fa fa-arrows-alt"></i> {% trans "Zen" %}</a>
{% endif %} {% endif %}
{% with unit.translation as object %} {% with unit.translation as object %}
......
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