diff pylons_app/config/routing.py @ 80:928416088790

reimplemented summary page, added few filters, removed age from models and made it as filter.
author Marcin Kuzminski <marcin@python-blog.com>
date Sat, 17 Apr 2010 22:17:17 +0200
parents cdf4fda66dd9
children 670713507d03
line wrap: on
line diff
--- a/pylons_app/config/routing.py	Sat Apr 17 19:59:06 2010 +0200
+++ b/pylons_app/config/routing.py	Sat Apr 17 22:17:17 2010 +0200
@@ -30,7 +30,8 @@
         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='hg', action='view')
+    
     map.connect('hg', '/{path_info:.*}', controller='hg',
                 action="view", path_info='/')