From: Ant Zucaro Date: Sun, 8 Mar 2015 12:56:41 +0000 (-0400) Subject: Scale the columns of Recent Games. X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=1ee9b667d028c54e05e08a8d2b6824a3d0bebb0c;p=xonotic%2Fxonstat.git Scale the columns of Recent Games. --- diff --git a/xonstat/templates/main_index.mako b/xonstat/templates/main_index.mako index 6eba550..01458ca 100644 --- a/xonstat/templates/main_index.mako +++ b/xonstat/templates/main_index.mako @@ -166,7 +166,9 @@
-
*Most active stats are from the past 7 days
+
+ *Most active stats are from the past 7 days +
@@ -174,27 +176,27 @@ % if len(recent_games) > 0:
-

Recent Games

+
Recent Games
- - - - - - + + + + + + % for rg in recent_games: - - - - - - + + + + + % else: @@ -204,7 +206,6 @@ % endfor
TypeServerMapTimeWinnerTypeServerMapTimeWinner
view${rg.server_name}${rg.map_name}${rg.fuzzy_date} + view${rg.server_name}${rg.map_name}${rg.fuzzy_date} % if rg.player_id > 2: ${rg.nick_html_colors|n}
-

More...

% endif