File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 34
34
</ div >
35
35
{% endif %}
36
36
37
- {% if godot_show_article_status and not godot_is_latest %}
38
- < div class ="admonition tip article-status ">
39
- {% if meta and meta.get('article_outdated') == 'True' %}
37
+ {% if godot_show_article_status and not godot_is_latest and meta and meta.get('article_outdated') == 'True' %}
38
+ < div class ="admonition attention article-status ">
40
39
< p class ="first admonition-title "> Work in progress</ p >
41
40
< p >
42
41
The content of this page was not yet updated for Godot
43
42
< code class ="docutils literal notranslate "> {{ godot_version }}</ code >
44
43
and may be < strong > outdated</ strong > . If you know how to improve this page or you can confirm
45
44
that it's up to date, feel free to < a href ="https://github.com/godotengine/godot-docs "> open a pull request</ a > .
46
45
</ p >
47
- {% else %}
48
- < p class ="first admonition-title "> Up to date</ p >
49
- < p >
50
- This page is < strong > up to date</ strong > for Godot < code class ="docutils literal notranslate "> {{ godot_version }}</ code > .
51
- If you still find outdated information, please < a href ="https://github.com/godotengine/godot-docs "> open an issue</ a > .
52
- </ p >
53
- {% endif %}
54
46
</ div >
55
47
{% endif %}
56
48
</ div >
You can’t perform that action at this time.
0 commit comments