]> 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 ac0f90ee32bdf2579b0fdf6e2b4ef863a46f681c..c99e1532d9ce804d45b0be0a7a4c2f6d91c1edfb 100644 (file)
@@ -59,6 +59,7 @@ Server Information
         % endfor
         </tbody>
       </table>
+      <p class="note">*Most active stats are from the past 7 days</p>
   </div> <!-- /span4 -->
 
 
@@ -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