|
@@ -34,9 +34,8 @@
|
|
</div>
|
|
</div>
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
- {% if godot_show_article_status and not godot_is_latest %}
|
|
|
|
- <div class="admonition tip article-status">
|
|
|
|
- {% if meta and meta.get('article_outdated') == 'True' %}
|
|
|
|
|
|
+ {% if godot_show_article_status and not godot_is_latest and meta and meta.get('article_outdated') == 'True' %}
|
|
|
|
+ <div class="admonition attention article-status">
|
|
<p class="first admonition-title">Work in progress</p>
|
|
<p class="first admonition-title">Work in progress</p>
|
|
<p>
|
|
<p>
|
|
The content of this page was not yet updated for Godot
|
|
The content of this page was not yet updated for Godot
|
|
@@ -44,13 +43,6 @@
|
|
and may be <strong>outdated</strong>. If you know how to improve this page or you can confirm
|
|
and may be <strong>outdated</strong>. If you know how to improve this page or you can confirm
|
|
that it's up to date, feel free to <a href="https://github.com/godotengine/godot-docs">open a pull request</a>.
|
|
that it's up to date, feel free to <a href="https://github.com/godotengine/godot-docs">open a pull request</a>.
|
|
</p>
|
|
</p>
|
|
- {% else %}
|
|
|
|
- <p class="first admonition-title">Up to date</p>
|
|
|
|
- <p>
|
|
|
|
- This page is <strong>up to date</strong> for Godot <code class="docutils literal notranslate">{{ godot_version }}</code>.
|
|
|
|
- If you still find outdated information, please <a href="https://github.com/godotengine/godot-docs">open an issue</a>.
|
|
|
|
- </p>
|
|
|
|
- {% endif %}
|
|
|
|
</div>
|
|
</div>
|
|
{% endif %}
|
|
{% endif %}
|
|
</div>
|
|
</div>
|