]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/player_game_index.mako
Standardize game presentation in templates. Add link to the player game index from...
[xonotic/xonstat.git] / xonstat / templates / player_game_index.mako
index 3cbbf68122f8967c3b26032149bf73ce4ecb531a..7b23bf2017844866d7903abe09d76bab731a0a8f 100755 (executable)
@@ -11,7 +11,7 @@ Player Game Index for ${player.nick} - ${parent.title()}
 <h2>Recent Games by ${player.nick}</h2>
 <ul>
 % for (playergamestat, game, server, map) in games:
-   <li>game <a href="${request.route_url("game_info", id=game.game_id)}" name="Game info page for game #${game.game_id}">#${game.game_id}:</a> <a href="${request.route_url("map_info", id=map.map_id)}" name="Map info page for ${map.name}">${map.name}</a></li>
+   <li><a href="${request.route_url("game_info", id=game.game_id)}" name="Game info page for game #${game.game_id}">#${game.game_id}:</a> <a href="${request.route_url("map_info", id=map.map_id)}" name="Map info page for ${map.name}">${map.name}</a></li>
 % endfor
 </ul>
 % endif