From: Ant Zucaro Date: Sun, 6 Nov 2016 03:01:17 +0000 (-0400) Subject: Show the number of games instead of the sort order (again). X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fheads%2Factive-maps;p=xonotic%2Fxonstat.git Show the number of games instead of the sort order (again). --- diff --git a/xonstat/templates/top_maps_index.mako b/xonstat/templates/top_maps_index.mako index 4a8f358..71fa664 100644 --- a/xonstat/templates/top_maps_index.mako +++ b/xonstat/templates/top_maps_index.mako @@ -32,7 +32,7 @@ ${tm.sort_order} ${tm.map_name} - ${tm.sort_order} + ${tm.games} % endfor