From: Jan Behrens
Date: Fri, 19 Jul 2013 07:34:24 +0000 (+0200)
Subject: Merge branch 'master' into zykure/approved
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c4c8ee1cbe0851d7d23dbb6b8aa25e8ecd5f3ee8;p=xonotic%2Fxonstat.git
Merge branch 'master' into zykure/approved
Conflicts:
xonstat/static/css/app.min.css
---
c4c8ee1cbe0851d7d23dbb6b8aa25e8ecd5f3ee8
diff --cc xonstat/templates/game_info.mako
index 2d9bbfb,f612645..e498142
--- a/xonstat/templates/game_info.mako
+++ b/xonstat/templates/game_info.mako
@@@ -46,29 -46,15 +46,30 @@@ Game Informatio
+ % if teamscores:
+
+
+
+ Team |
+ Score |
+
+
+ % for ts in teamscores:
+ ${ts.team.capitalize()} | ${ts.score} |
+ % endfor
+
+
+
+ % endif
+ % for team in stats_by_team.keys():
-
Scoreboard
- ${scoreboard(game.game_type_cd, pgstats, show_elo, show_latency)}
+ ${scoreboard(game.game_type_cd, stats_by_team[team], show_elo, show_latency)}
+ % endfor
% if len(captimes) > 0: