Show More
@@ -36,10 +36,10 def make_map(config): | |||||
36 | #========================================================================== |
|
36 | #========================================================================== | |
37 |
|
37 | |||
38 | #MAIN PAGE |
|
38 | #MAIN PAGE | |
39 | map.connect('home', '/', controller='home', action='index') |
|
39 | routes_map.connect('home', '/', controller='home', action='index') | |
40 | map.connect('bugtracker', "http://bitbucket.org/marcinkuzminski/rhodecode/issues", _static=True) |
|
40 | routes_map.connect('bugtracker', "http://bitbucket.org/marcinkuzminski/rhodecode/issues", _static=True) | |
41 | map.connect('gpl_license', "http://www.gnu.org/licenses/gpl.html", _static=True) |
|
41 | routes_map.connect('gpl_license', "http://www.gnu.org/licenses/gpl.html", _static=True) | |
42 | map.connect('rhodecode_official', "http://rhodecode.org", _static=True) |
|
42 | routes_map.connect('rhodecode_official', "http://rhodecode.org", _static=True) | |
43 |
|
43 | |||
44 | #ADMIN REPOSITORY REST ROUTES |
|
44 | #ADMIN REPOSITORY REST ROUTES | |
45 | with routes_map.submapper(path_prefix='/_admin', controller='admin/repos') as m: |
|
45 | with routes_map.submapper(path_prefix='/_admin', controller='admin/repos') as m: |
General Comments 0
You need to be logged in to leave comments.
Login now