From 5de77ca49eb0bb361ccd29c26f046fef4a3593c6 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Thu, 19 Mar 2015 18:40:07 -0400 Subject: [PATCH] Fix columns in the server_info view. --- xonstat/templates/server_info.mako | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xonstat/templates/server_info.mako b/xonstat/templates/server_info.mako index ae793df..df1a522 100644 --- a/xonstat/templates/server_info.mako +++ b/xonstat/templates/server_info.mako @@ -74,7 +74,7 @@ # Nick - Playing Time + Play Time @@ -85,7 +85,7 @@ % if player_id != '-': ${nick|n} % else: - ${nick} + ${nick} % endif ${alivetime} @@ -148,7 +148,7 @@ % for rg in recent_games: - View + View ${rg.map_name} ${rg.fuzzy_date} -- 2.39.2