]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Fix two missed route_urls to game_finder.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 21 Apr 2013 20:41:10 +0000 (16:41 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 21 Apr 2013 20:41:10 +0000 (16:41 -0400)
xonstat/templates/map_info.mako
xonstat/templates/server_info.mako

index 9e872b5a3776898589c1cef5080b36429e85b0a9..1e7b50c51d9c21ac2dd71acf383cb6d6eb32350e 100644 (file)
@@ -183,7 +183,7 @@ ${parent.title()}
         % endfor
       </tbody>
     </table>
         % endfor
       </tbody>
     </table>
-    <p><a href="${request.route_url('game_finder', _query={'map_id':gmap.map_id})}">More...</a></p>
+    <p><a href="${request.route_url('game_index', _query={'map_id':gmap.map_id})}">More...</a></p>
   </div>
 </div>
 % endif
   </div>
 </div>
 % endif
index 5c2cf73d4f770d18562ae447a4d0d7e164af9876..c99e1532d9ce804d45b0be0a7a4c2f6d91c1edfb 100644 (file)
@@ -156,7 +156,7 @@ Server Information
         % endfor
       </tbody>
     </table>
         % 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
   </div>
 </div>
 % endif