From 9f4c3699e20f9e0b34304f587fc5928cc45608ae Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 12 Apr 2015 09:18:24 -0400 Subject: [PATCH] Make the player game index page mobile-friendly. --- xonstat/templates/player_game_index.mako | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xonstat/templates/player_game_index.mako b/xonstat/templates/player_game_index.mako index 855befb..42c6241 100644 --- a/xonstat/templates/player_game_index.mako +++ b/xonstat/templates/player_game_index.mako @@ -76,10 +76,10 @@ Type Server - Map - Result - Played - Elo + Map + Result + Played + Elo @@ -87,9 +87,9 @@ view ${rg.game_type_cd} - ${rg.server_name} - ${rg.map_name} - + ${rg.server_name} + ${rg.map_name} + % if rg.team != None: % if rg.team == rg.winner: Win @@ -104,7 +104,7 @@ % endif % endif - ${rg.fuzzy_date} + ${rg.fuzzy_date} % if rg.elo_delta is not None: -- 2.39.2