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=4b43a26bb8b81bbcc451ceb2f8f80ab8ed3fa425;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