##// END OF EJS Templates
repo-followers: removed deprecated not used views.
marcink -
r1532:46c056e8 default
parent child Browse files
Show More
@@ -1124,11 +1124,6 b' def make_map(config):'
1124 conditions={'function': check_repo},
1124 conditions={'function': check_repo},
1125 requirements=URL_NAME_REQUIREMENTS)
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 # must be here for proper group/repo catching pattern
1127 # must be here for proper group/repo catching pattern
1133 _connect_with_slash(
1128 _connect_with_slash(
1134 rmap, 'repo_group_home', '/{group_name}',
1129 rmap, 'repo_group_home', '/{group_name}',
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now