Skip to content

Commit

Permalink
Link to game hub in supported game lists
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Jan 28, 2024
1 parent 40f23af commit 8aa596b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/packages/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ <h3>
<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>
Expand Down

0 comments on commit 8aa596b

Please sign in to comment.