Show More
@@ -1124,11 +1124,6 b' def make_map(config):' | |||
|
1124 | 1124 | conditions={'function': check_repo}, |
|
1125 | 1125 | requirements=URL_NAME_REQUIREMENTS) |
|
1126 | 1126 | |
|
1127 | rmap.connect('repo_followers_home', '/{repo_name}/followers', | |
|
1128 | controller='followers', action='followers', | |
|
1129 | conditions={'function': check_repo}, | |
|
1130 | requirements=URL_NAME_REQUIREMENTS) | |
|
1131 | ||
|
1132 | 1127 | # must be here for proper group/repo catching pattern |
|
1133 | 1128 | _connect_with_slash( |
|
1134 | 1129 | rmap, 'repo_group_home', '/{group_name}', |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now