diff pylons_app/config/routing.py @ 82:670713507d03

Moved summary to seperate controller, little cleanups in templates. added archives to summary
author Marcin Kuzminski <marcin@python-blog.com>
date Sun, 18 Apr 2010 00:31:58 +0200
parents 928416088790
children db39d0ca5308
line wrap: on
line diff
--- a/pylons_app/config/routing.py	Sat Apr 17 22:24:08 2010 +0200
+++ b/pylons_app/config/routing.py	Sun Apr 18 00:31:58 2010 +0200
@@ -30,7 +30,7 @@
         m.connect('admin_add_repo', '/add_repo/{new_repo:[a-z0-9\. _-]*}', action='add_repo')
     
     
-    map.connect('summary_home', '/{repo_name}/_summary', controller='hg', action='view')
+    map.connect('summary_home', '/{repo_name}/_summary', controller='summary')
     
     map.connect('hg', '/{path_info:.*}', controller='hg',
                 action="view", path_info='/')