projects
/
xonotic
/
xonstat.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fb11ba
)
Add a link to the 'versus' page in the dropdown.
author
Ant Zucaro <azucaro@gmail.com>
Sat, 28 Oct 2017 14:37:22 +0000
(10:37 -0400)
committer
Ant Zucaro <azucaro@gmail.com>
Sat, 28 Oct 2017 14:37:22 +0000
(10:37 -0400)
xonstat/templates/nav.mako
patch
|
blob
|
history
diff --git
a/xonstat/templates/nav.mako
b/xonstat/templates/nav.mako
index deea128cca3afff58d9aa6e0e8f1286c4251f286..e89ea97925c412a7cede027504b786a01f780909 100644
(file)
--- a/
xonstat/templates/nav.mako
+++ b/
xonstat/templates/nav.mako
@@
-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('player_versus')}" title="Compare Players">Versus</a></li>
<li><a href="${request.route_url('search')}" title="Search">Search</a></li>
</ul>
</li>