From: Ant Zucaro Date: Fri, 24 Jun 2011 15:40:19 +0000 (-0400) Subject: Small fix for ordering in game_index X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b83fbba455b66e1e38eadf890b9f8ce93ca1d145;p=xonotic%2Fxonstat.git Small fix for ordering in game_index --- diff --git a/xonstat/templates/game_index.mako b/xonstat/templates/game_index.mako index 9c04c9c..06086b2 100755 --- a/xonstat/templates/game_index.mako +++ b/xonstat/templates/game_index.mako @@ -20,11 +20,12 @@ $(document).ready(function() { $('.scoreboard').dataTable(); } ); % else:

Recent Games

% for (game, server, map) in games: -

- ${map.name} on ${server.name} (permalink for this game) +

+ ${map.name} on ${server.name} (permalink for this game): ## show scoreboard using a def from another file ${scoreboard(game.game_type_cd, pgstats[game.game_id])} +

% endfor % endif