From: Ant Zucaro Date: Mon, 24 Dec 2012 18:07:09 +0000 (-0500) Subject: Make the player game index Elo arrows clickable. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=da8f73f5320939ef465bdc4e63174d7c268092b7;p=xonotic%2Fxonstat.git Make the player game index Elo arrows clickable. --- diff --git a/xonstat/templates/player_game_index.mako b/xonstat/templates/player_game_index.mako index 02f4b48..f12966d 100644 --- a/xonstat/templates/player_game_index.mako +++ b/xonstat/templates/player_game_index.mako @@ -57,6 +57,7 @@ Recent Games ${rg.fuzzy_date} + % if rg.elo_delta is not None: % if round(rg.elo_delta,2) > 0: @@ -68,6 +69,7 @@ Recent Games % else: % endif + % endfor