fix(docs): remove permanent translation modal
This commit is contained in:
parent
6f8b933c36
commit
d90f8292a6
|
@ -2,25 +2,12 @@
|
||||||
|
|
||||||
{% block document %}
|
{% block document %}
|
||||||
|
|
||||||
{% if language is not none %}
|
|
||||||
<div class="translation-hint">
|
|
||||||
<i class="fa fa-times" id="translation-closer" aria-hidden="true"></i>
|
|
||||||
<h1>Something wrong with the translation?</h1>
|
|
||||||
<p>
|
|
||||||
Help us to improve it on our
|
|
||||||
<a
|
|
||||||
href="https://translate.funkwhale.audio/projects/documentation/{{ pagename | replace("/", "-") }}"
|
|
||||||
target="_blank">translation platform</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if current_version and current_version.name == "develop" %}
|
{% if current_version and current_version.name == "develop" %}
|
||||||
<div class="admonition warning">
|
<div class="admonition warning">
|
||||||
<p class="admonition-title">Warning</p>
|
<p class="admonition-title">Warning</p>
|
||||||
<p>
|
<p>
|
||||||
This documentation only applies for the development version of Funkwhale!
|
This documentation only applies for the development version of Funkwhale!
|
||||||
<a href="{{ vpathto('stable') }}">Visit the docs for the latest release.</a>
|
<a href="{{ vpathto('stable') }}">Visit the stable documentation for the latest release.</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue