Changeset - a2dba9356c64
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-04-05 17:27:23
marcin@python-works.com
fixed removed route during pep8ify
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/config/routing.py
Show inline comments
 
@@ -37,6 +37,8 @@ def make_map(config):
 

	
 
    #MAIN PAGE
 
    rmap.connect('home', '/', controller='home', action='index')
 
    rmap.connect('repo_switcher', '/repos', controller='home',
 
                 action='repo_switcher')
 
    rmap.connect('bugtracker',
 
                 "http://bitbucket.org/marcinkuzminski/rhodecode/issues",
 
                 _static=True)
0 comments (0 inline, 0 general)