From e8748ad2d07c61e40a426524a326c8d8ad3a197e Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 19 Apr 2015 08:06:49 -0400 Subject: [PATCH] Use Luma throughout the site. Thank you, sev! --- xonstat/templates/accuracy.mako | 4 ++-- xonstat/templates/game_finder.mako | 4 ++-- xonstat/templates/game_index.mako | 2 +- xonstat/templates/game_info.mako | 4 ++-- xonstat/templates/main_index.mako | 2 +- xonstat/templates/map_info.mako | 2 +- xonstat/templates/player_game_index.mako | 2 +- xonstat/templates/player_info.mako | 2 +- xonstat/templates/server_info.mako | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/xonstat/templates/accuracy.mako b/xonstat/templates/accuracy.mako index 3eea2cd..3a79323 100644 --- a/xonstat/templates/accuracy.mako +++ b/xonstat/templates/accuracy.mako @@ -14,7 +14,7 @@ - + @@ -44,7 +44,7 @@ ## Note: the name of the image must match up with the weapon_cd ## entry of that weapon, else this won't work - + diff --git a/xonstat/templates/game_finder.mako b/xonstat/templates/game_finder.mako index a2ff12f..e159bf3 100644 --- a/xonstat/templates/game_finder.mako +++ b/xonstat/templates/game_finder.mako @@ -8,7 +8,7 @@ ${nav.nav('games')} <%block name="css"> ${parent.css()} - + <%block name="title"> @@ -56,7 +56,7 @@ Game Index % for rg in recent_games: - + diff --git a/xonstat/templates/game_index.mako b/xonstat/templates/game_index.mako index dd477d0..5e2b4ee 100644 --- a/xonstat/templates/game_index.mako +++ b/xonstat/templates/game_index.mako @@ -5,7 +5,7 @@ <%block name="css"> ${parent.css()} - + <%block name="navigation"> diff --git a/xonstat/templates/game_info.mako b/xonstat/templates/game_info.mako index 3844885..e64a6e7 100644 --- a/xonstat/templates/game_info.mako +++ b/xonstat/templates/game_info.mako @@ -9,7 +9,7 @@ <%block name="css"> ${parent.css()} - + <%block name="foundation"> @@ -36,7 +36,7 @@

Game #${game.game_id}

- ${game.game_type_cd} ${gametype.descr} (${game.game_type_cd})
+ ${gametype.descr}
Played ${game.fuzzy_date()}
Server: ${server.name}
Map: ${map.name}
diff --git a/xonstat/templates/main_index.mako b/xonstat/templates/main_index.mako index 01458ca..642d44b 100644 --- a/xonstat/templates/main_index.mako +++ b/xonstat/templates/main_index.mako @@ -6,7 +6,7 @@ <%block name="css"> ${parent.css()} - + <%block name="hero_unit"> diff --git a/xonstat/templates/map_info.mako b/xonstat/templates/map_info.mako index 7a2d1b5..0443a5d 100644 --- a/xonstat/templates/map_info.mako +++ b/xonstat/templates/map_info.mako @@ -16,7 +16,7 @@ <%block name="css"> ${parent.css()} - + % if gmap is None: diff --git a/xonstat/templates/player_game_index.mako b/xonstat/templates/player_game_index.mako index 42c6241..b44cf3b 100644 --- a/xonstat/templates/player_game_index.mako +++ b/xonstat/templates/player_game_index.mako @@ -4,7 +4,7 @@ <%block name="css"> ${parent.css()} - + <%block name="navigation"> diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index 8f79859..99d97f9 100644 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -11,7 +11,7 @@ <%block name="css"> ${parent.css()} - +

Weapon Frags Accuracy
${weapon_stat[0]} ${weapon_stat[6]} ${weapon_stat[4]}/${weapon_stat[5]} (${hit_pct}%)
view ${rg.server_name} ${rg.map_name} ${rg.fuzzy_date}