]> git.rm.cloudns.org Git - xonotic/xonstat.git/commitdiff
Move the search view into the sub-nav.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 1 Mar 2015 13:32:26 +0000 (08:32 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 1 Mar 2015 13:32:26 +0000 (08:32 -0500)
xonstat/templates/nav.mako

index 159be7ea7cb280b9a9691ddeba22a99f7881eafb..ebaa19131905bf7876c1cbf4041fb089f9e043f7 100644 (file)
@@ -32,6 +32,7 @@
                 <li><a href="${request.route_url('game_index')}" title="Game Index">Games</a></li>
                 <li><a href="${request.route_url('server_index')}" title="Server Index">Servers</a></li>
                 <li><a href="${request.route_url('map_index')}" title="Map Index">Maps</a></li>
+                <li><a href="${request.route_url('search')}" title="Search">Search</a></li>
                 % if login_logout:
                   <li><a href="#" title="Log in with Mozilla Persona">${request.persona_button}</a></li>
                 % endif