mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-05 20:57:28 +01:00
Link to game hub in supported game lists
This commit is contained in:
parent
40f23af0bd
commit
8aa596b31a
@ -515,7 +515,7 @@
|
|||||||
<div style="max-height: 300px; overflow: hidden auto;" class="mb-3">
|
<div style="max-height: 300px; overflow: hidden auto;" class="mb-3">
|
||||||
{% for support in supported_games %}
|
{% for support in supported_games %}
|
||||||
<a class="badge bg-secondary"
|
<a class="badge bg-secondary"
|
||||||
href="{{ support.game.get_url('packages.view') }}">
|
href="{{ support.game.get_url('packages.game_hub') }}">
|
||||||
{{ _("%(title)s by %(display_name)s",
|
{{ _("%(title)s by %(display_name)s",
|
||||||
title=support.game.title, display_name=support.game.author.display_name) }}
|
title=support.game.title, display_name=support.game.author.display_name) }}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user