diff rhodecode/config/routing.py @ 636:ffd07396d315 beta

Fixes for raw_id, needed for git Renamed hg controller to home css html changes
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 26 Oct 2010 03:20:32 +0200
parents dfa7e1a95b60
children 9e9f1b919c0c
line wrap: on
line diff
--- a/rhodecode/config/routing.py	Mon Oct 25 03:19:01 2010 +0200
+++ b/rhodecode/config/routing.py	Tue Oct 26 03:20:32 2010 +0200
@@ -35,7 +35,7 @@
     #==========================================================================
 
     #MAIN PAGE
-    map.connect('hg_home', '/', controller='hg', action='index')
+    map.connect('home', '/', controller='home', action='index')
     map.connect('bugtracker', "http://bitbucket.org/marcinkuzminski/rhodecode/issues", _static=True)
     map.connect('gpl_license', "http://www.gnu.org/licenses/gpl.html", _static=True)
     #ADMIN REPOSITORY REST ROUTES