aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorVikraman Choudhury <vikraman.choudhury@gmail.com>2011-08-22 19:09:31 +0530
committerVikraman Choudhury <vikraman.choudhury@gmail.com>2011-08-22 19:09:31 +0530
commitee1d57d4a3b85882971fb3cd06686711e4883ab4 (patch)
tree4940cadf141b9578a5f70a9508cb2ac70449d447 /server
parentfix exceptions (diff)
downloadgentoostats-ee1d57d4a3b85882971fb3cd06686711e4883ab4.tar.gz
gentoostats-ee1d57d4a3b85882971fb3cd06686711e4883ab4.tar.bz2
gentoostats-ee1d57d4a3b85882971fb3cd06686711e4883ab4.zip
fix linksgsoc
Diffstat (limited to 'server')
-rw-r--r--server/templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/templates/index.html b/server/templates/index.html
index a601700..11ea26c 100644
--- a/server/templates/index.html
+++ b/server/templates/index.html
@@ -7,6 +7,7 @@ Number of hosts: $count<br/>
<h2>Statistics</h2>
<ul>
+ <li>Host statistics: <a href="host">/host</a></li>
<li>Arch statistics: <a href="arch">/arch</a></li>
<li>Portage feature statistics: <a href="feature">/feature</a></li>
<li>Keyword statistics: <a href="keyword">/keyword</a></li>
@@ -19,7 +20,7 @@ Number of hosts: $count<br/>
</ul>
<h2>Package search</h2>
-<form method="GET" action="/gentoostats/search">
+<form method="GET" action="search">
$:form.render()
</form>