From b83fbba455b66e1e38eadf890b9f8ce93ca1d145 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Fri, 24 Jun 2011 11:40:19 -0400 Subject: [PATCH] Small fix for ordering in game_index --- xonstat/templates/game_index.mako | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2