]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/nav.mako
Update the templates for the new classes.
[xonotic/xonstat.git] / xonstat / templates / nav.mako
index 645909f62d87b380a6f479c36bcf16c24b3a4751..e5038dcf61be1e0ad873a748d928e15aeb75405f 100644 (file)
                 <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('player_versus')}" title="Compare Players">Versus</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
               </ul>
             </li>
             <li><a href="https://gitlab.com/groups/xonotic" title="Contribute to Xonotic"><i class="fa fa-wrench"></i> Contribute</a></li>
-            <li><a href="https://gitlab.com/xonotic/xonotic/wikis/Halogenes_Newbie_Corner" title="Read the beginner's guide"><i class="fa fa-forward"></i> Guide</a></li>
+            <li><a href="https://xonotic.org/guide" title="Read the beginner's guide"><i class="fa fa-forward"></i> Guide</a></li>
           </ul>
         </section>
       </nav>