From 4919a3a1ca85a3b7be1c7b9e9b4a431c28356be4 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Mon, 24 Dec 2012 10:09:35 -0500 Subject: [PATCH] Add game finder links to the "info" views. --- xonstat/templates/main_index.mako | 1 + xonstat/templates/map_info.mako | 1 + xonstat/templates/player_info.mako | 2 +- xonstat/templates/server_info.mako | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2