From: Ant Zucaro Date: Mon, 24 Dec 2012 15:09:35 +0000 (-0500) Subject: Add game finder links to the "info" views. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4919a3a1ca85a3b7be1c7b9e9b4a431c28356be4;p=xonotic%2Fxonstat.git Add game finder links to the "info" views. --- diff --git a/xonstat/templates/main_index.mako b/xonstat/templates/main_index.mako index a1de18c..74a9d5f 100644 --- a/xonstat/templates/main_index.mako +++ b/xonstat/templates/main_index.mako @@ -190,6 +190,7 @@ Leaderboard % endfor +

More...

% endif diff --git a/xonstat/templates/map_info.mako b/xonstat/templates/map_info.mako index 4394721..abbd4b0 100644 --- a/xonstat/templates/map_info.mako +++ b/xonstat/templates/map_info.mako @@ -182,6 +182,7 @@ ${parent.title()} % endfor +

More...

% endif diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index ac6bcd0..f08e7c3 100644 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -481,7 +481,7 @@ Player Information % if total_games > 10: - More games played by ${player.nick_html_colors()|n}... +

More...

% endif diff --git a/xonstat/templates/server_info.mako b/xonstat/templates/server_info.mako index fd36e3b..fef79a4 100644 --- a/xonstat/templates/server_info.mako +++ b/xonstat/templates/server_info.mako @@ -155,6 +155,7 @@ Server Information % endfor +

More...

% endif