]> git.rm.cloudns.org Git - xonotic/xonstat.git/commitdiff
Add the 'top servers' template for maps. refactor-map-views
authorAnt Zucaro <azucaro@gmail.com>
Sat, 7 Jan 2017 23:43:33 +0000 (18:43 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 7 Jan 2017 23:43:33 +0000 (18:43 -0500)
xonstat/templates/map_top_servers.mako

index 8613c5dc1a12179f9732c3ee4a9962d31314d71f..e39d28869b767a4d4760f2b9a5064b7c45deabb3 100644 (file)
@@ -2,17 +2,17 @@
 <%namespace name="nav" file="nav.mako" />
 
 <%block name="navigation">
-  ${nav.nav('servers')}
+  ${nav.nav('maps')}
 </%block>
 
 <%block name="title">
-  Server Active Players Index
+  Map Active Servers Index
 </%block>
 
-% if not top_players and start is not None:
-  <h2 class="text-center">Sorry, no more active players!</h2>
+% if not top_serves and last is not None:
+  <h2 class="text-center">Sorry, no more servers!</h2>
 
-% elif not top_players and start is None:
+% elif not top_servers and start is None:
   <h2 class="text-center">No active players found. Yikes, get playing!</h2>
 
 % else: