mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Disable game support in UI for now
This commit is contained in:
parent
8f622ba5c9
commit
2a1672544f
@ -323,7 +323,7 @@
|
|||||||
{{ render_pkggrid(packages_uses) }}
|
{{ render_pkggrid(packages_uses) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if package.type == package.type.GAME %}
|
{% if false %}
|
||||||
<h2>{{ _("Content") }}</h2>
|
<h2>{{ _("Content") }}</h2>
|
||||||
<a href="{{ package.getURL('packages.game_hub') }}" class="btn btn-lg btn-primary">
|
<a href="{{ package.getURL('packages.game_hub') }}" class="btn btn-lg btn-primary">
|
||||||
{{ _("View content for game") }}
|
{{ _("View content for game") }}
|
||||||
@ -432,7 +432,7 @@
|
|||||||
</dl>
|
</dl>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if package.type == package.type.MOD %}
|
{% if false %}
|
||||||
<h3>{{ _("Compatible Games") }}</h3>
|
<h3>{{ _("Compatible Games") }}</h3>
|
||||||
<div style="max-height: 300px; overflow: hidden auto;">
|
<div style="max-height: 300px; overflow: hidden auto;">
|
||||||
{% for support in package.getSortedSupportedGames() %}
|
{% for support in package.getSortedSupportedGames() %}
|
||||||
|
Loading…
Reference in New Issue
Block a user