From 2e0ca99a5ab2f68c1c73c0a00f9e28870a4658a2 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 20 Apr 2013 10:26:29 -0400 Subject: [PATCH] Rename route from game_finder to game_index. --- xonstat/templates/map_index.mako | 2 +- xonstat/templates/search.mako | 4 ++-- xonstat/templates/server_index.mako | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xonstat/templates/map_index.mako b/xonstat/templates/map_index.mako index 62dac7e..7c75016 100644 --- a/xonstat/templates/map_index.mako +++ b/xonstat/templates/map_index.mako @@ -34,7 +34,7 @@ Map Index ${map.name} ${map.fuzzy_date()} - + diff --git a/xonstat/templates/search.mako b/xonstat/templates/search.mako index f105436..7637a3a 100644 --- a/xonstat/templates/search.mako +++ b/xonstat/templates/search.mako @@ -139,7 +139,7 @@ Advanced Search ${server.name} ${server.fuzzy_date()} - + @@ -165,7 +165,7 @@ Advanced Search ${map.name} ${map.fuzzy_date()} - + diff --git a/xonstat/templates/server_index.mako b/xonstat/templates/server_index.mako index d266ba3..7c2e210 100644 --- a/xonstat/templates/server_index.mako +++ b/xonstat/templates/server_index.mako @@ -34,7 +34,7 @@ Server Index ${server.name} ${server.fuzzy_date()} - + -- 2.39.2