Show More
@@ -37,6 +37,8 b' def make_map(config):' | |||||
37 |
|
37 | |||
38 | #MAIN PAGE |
|
38 | #MAIN PAGE | |
39 | rmap.connect('home', '/', controller='home', action='index') |
|
39 | rmap.connect('home', '/', controller='home', action='index') | |
|
40 | rmap.connect('repo_switcher', '/repos', controller='home', | |||
|
41 | action='repo_switcher') | |||
40 | rmap.connect('bugtracker', |
|
42 | rmap.connect('bugtracker', | |
41 | "http://bitbucket.org/marcinkuzminski/rhodecode/issues", |
|
43 | "http://bitbucket.org/marcinkuzminski/rhodecode/issues", | |
42 | _static=True) |
|
44 | _static=True) |
General Comments 0
You need to be logged in to leave comments.
Login now