From 4b43a26bb8b81bbcc451ceb2f8f80ab8ed3fa425 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 4 Nov 2012 08:26:16 -0500 Subject: [PATCH] Link to the game for each cap record. --- xonstat/templates/map_info.mako | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2