mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-31 18:27:30 +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">
|
||||
{% for support in supported_games %}
|
||||
<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=support.game.title, display_name=support.game.author.display_name) }}
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user