From 995cd6d829dd7185444a87513b2bc77b0f92b13f Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 19 Apr 2015 15:51:34 -0400 Subject: [PATCH] Use Luma game type icons on the player-recent-games view. Fixes #150. --- xonstat/templates/player_game_index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonstat/templates/player_game_index.mako b/xonstat/templates/player_game_index.mako index 69dd9b2..9e88b54 100644 --- a/xonstat/templates/player_game_index.mako +++ b/xonstat/templates/player_game_index.mako @@ -81,7 +81,7 @@ % for rg in games.items: view - ${rg.game_type_cd} + ${rg.server_name} ${rg.map_name} -- 2.39.2