From dace5d81e60b1096cd5bbcf1dd3318d7201e58e9 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Wed, 31 Jul 2013 21:59:22 -0400 Subject: [PATCH] Link to the rank page from player info. --- xonstat/templates/player_info.mako | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index 570eb0c..677c058 100644 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -277,7 +277,21 @@ Player Information % if g.game_type_cd == 'overall': Best Rank: ${ranks[g.game_type_cd].rank} of ${ranks[g.game_type_cd].max_rank} (${ranks[g.game_type_cd].game_type_cd}, percentile: ${round(ranks[g.game_type_cd].percentile,2)})
% else: - Rank: ${ranks[g.game_type_cd].rank} of ${ranks[g.game_type_cd].max_rank} (percentile: ${round(ranks[g.game_type_cd].percentile,2)})
+ Rank: + + + ${ranks[g.game_type_cd].rank} of ${ranks[g.game_type_cd].max_rank} + (percentile: ${round(ranks[g.game_type_cd].percentile,2)}) +
+
% endif % else:
-- 2.39.2