Disable game support in UI for now
This commit is contained in:
@@ -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() %}
|
||||||
|
|||||||
Reference in New Issue
Block a user