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