diff --git a/pylons_app/templates/index.html b/pylons_app/templates/index.html
--- a/pylons_app/templates/index.html
+++ b/pylons_app/templates/index.html
@@ -36,9 +36,9 @@
%for cnt,repo in enumerate(c.repos_list):
- | ${repo['name']} |
+ ${h.link(repo['name'],h.url('summary_home',repo_name=repo['name']))} |
${repo['description']} |
- ${repo['last_change']} |
+ ${repo['last_change']|n,self.f.age} |
r${repo['rev']}:${repo['tip']} |
${repo['contact']} |
|