diff options
author | Vikraman Choudhury <vikraman.choudhury@gmail.com> | 2011-08-22 19:09:31 +0530 |
---|---|---|
committer | Vikraman Choudhury <vikraman.choudhury@gmail.com> | 2011-08-22 19:09:31 +0530 |
commit | ee1d57d4a3b85882971fb3cd06686711e4883ab4 (patch) | |
tree | 4940cadf141b9578a5f70a9508cb2ac70449d447 /server | |
parent | fix exceptions (diff) | |
download | gentoostats-ee1d57d4a3b85882971fb3cd06686711e4883ab4.tar.gz gentoostats-ee1d57d4a3b85882971fb3cd06686711e4883ab4.tar.bz2 gentoostats-ee1d57d4a3b85882971fb3cd06686711e4883ab4.zip |
fix linksgsoc
Diffstat (limited to 'server')
-rw-r--r-- | server/templates/index.html | 3 |
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> |