diff pylons_app/config/routing.py @ 83:db39d0ca5308

implemented Shortlog as seperate controller, filters rewrite. Little html fixes
author Marcin Kuzminski <marcin@python-blog.com>
date Sun, 18 Apr 2010 11:23:10 +0200
parents 670713507d03
children 2968fb635787
line wrap: on
line diff
--- a/pylons_app/config/routing.py	Sun Apr 18 00:31:58 2010 +0200
+++ b/pylons_app/config/routing.py	Sun Apr 18 11:23:10 2010 +0200
@@ -31,6 +31,7 @@
     
     
     map.connect('summary_home', '/{repo_name}/_summary', controller='summary')
+    map.connect('shortlog_home', '/{repo_name}/_shortlog', controller='shortlog')
     
     map.connect('hg', '/{path_info:.*}', controller='hg',
                 action="view", path_info='/')