]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/server_info.mako
Fix two missed route_urls to game_finder.
[xonotic/xonstat.git] / xonstat / templates / server_info.mako
index efe4801085b65b8924ab208c67c9808a6697aa08..c99e1532d9ce804d45b0be0a7a4c2f6d91c1edfb 100644 (file)
@@ -35,7 +35,7 @@ Server Information
 <div class="row">
   <div class="span4">
     <h3>Top Scoring Players</h3>
-      <table class="table table-bordered table-condensed">
+      <table class="table table-hover table-condensed">
         <thead>
           <tr>
             <th>#</th>
@@ -59,12 +59,13 @@ Server Information
         % endfor
         </tbody>
       </table>
+      <p class="note">*Most active stats are from the past 7 days</p>
   </div> <!-- /span4 -->
 
 
   <div class="span4">
     <h3>Most Active Players</h3>
-    <table class="table table-bordered table-condensed">
+    <table class="table table-hover table-condensed">
       <thead>
         <tr>
           <th>#</th>
@@ -93,7 +94,7 @@ Server Information
 
   <div class="span4">
     <h3>Most Active Maps</h3>
-    <table class="table table-bordered table-condensed">
+    <table class="table table-hover table-condensed">
       <thead>
         <tr>
           <th>#</th>
@@ -127,7 +128,7 @@ Server Information
 <div class="row">
   <div class="span12">
     <h3>Most Recent Games</h2>
-    <table class="table table-bordered table-condensed">
+    <table class="table table-hover table-condensed">
       <thead>
         <tr>
           <th></th>
@@ -155,7 +156,7 @@ Server Information
         % endfor
       </tbody>
     </table>
-    <p><a href="${request.route_url('game_finder', _query={'server_id':server.server_id})}">More...</a></p>
+    <p><a href="${request.route_url('game_index', _query={'server_id':server.server_id})}">More...</a></p>
   </div>
 </div>
 % endif