]> git.rm.cloudns.org Git - xonotic/xonstat.git/commitdiff
Fix view accuracy link
authorantzucaro <azucaro@gmail.com>
Mon, 27 Jun 2011 10:54:10 +0000 (06:54 -0400)
committerantzucaro <azucaro@gmail.com>
Mon, 27 Jun 2011 10:54:10 +0000 (06:54 -0400)
xonstat/templates/scoreboard.mako

index 8a79a332be967092d759634e68579f0e4de19106..9d890925572055faa422a3c0aba36c3be9dedfd0 100755 (executable)
@@ -73,7 +73,7 @@
         <td><span style="color:#FFFF00;">${pgstat.score}</span></td>
         <td>
         % if pgstat.player_id > 1:
-          <a href="${request.route_url("player_weapon_stats", game_id=pgstat.game_id, pgstat_id=pgstat.player_game_stat_id)}"
+          <a href="${request.route_url("game_info", id=pgstat.game_id)}#accuracy-${pgstat.player_game_stat_id}"
            title="View weapon accuracy details for this player in this game">
           View
           </a>