mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-23 02:32:28 +01:00
Improve game support messages
This commit is contained in:
@ -63,9 +63,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="list-group-item text-muted">
|
{% if not package.supports_all_games %}
|
||||||
{{ _("No specific game is required") }}
|
<div class="list-group-item text-danger">
|
||||||
</div>
|
{{ _("Unknown. Please either add supported games or check 'Supports all games'") }}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -461,7 +461,7 @@
|
|||||||
|
|
||||||
{% if package.supports_all_games %}
|
{% if package.supports_all_games %}
|
||||||
<p>
|
<p>
|
||||||
{{ _("Should support most games.") }}
|
{{ _("No specific game required") }}
|
||||||
{% if supported_games %}
|
{% if supported_games %}
|
||||||
<br>
|
<br>
|
||||||
{{ _("Tested with:") }}
|
{{ _("Tested with:") }}
|
||||||
|
Reference in New Issue
Block a user