From: Ant Zucaro Date: Sun, 4 Nov 2012 13:26:16 +0000 (-0500) Subject: Link to the game for each cap record. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3c1d6dd19f4092b694c087d2448f01affc5694da;p=xonotic%2Fxonstat.git Link to the game for each cap record. --- diff --git a/xonstat/templates/map_info.mako b/xonstat/templates/map_info.mako index b663438..5fbd2af 100644 --- a/xonstat/templates/map_info.mako +++ b/xonstat/templates/map_info.mako @@ -131,7 +131,12 @@ ${parent.title()} ${c.nick_html_colors|n} % endif - ${round(float(c.fastest_cap.seconds) + (c.fastest_cap.microseconds/1000000.0), 2)} + + + ${round(float(c.fastest_cap.seconds) + (c.fastest_cap.microseconds/1000000.0), 2)} + + % endfor