Show More
@@ -932,8 +932,8 b' def includeme(config):' | |||||
932 | name='edit_repo_perms_branch', |
|
932 | name='edit_repo_perms_branch', | |
933 | pattern='/{repo_name:.*?[^/]}/settings/branch_permissions', repo_route=True) |
|
933 | pattern='/{repo_name:.*?[^/]}/settings/branch_permissions', repo_route=True) | |
934 | config.add_view( |
|
934 | config.add_view( | |
935 | RepoBranchesView, |
|
935 | RepoSettingsBranchPermissionsView, | |
936 | attr='branches', |
|
936 | attr='branch_permissions', | |
937 | route_name='edit_repo_perms_branch', request_method='GET', |
|
937 | route_name='edit_repo_perms_branch', request_method='GET', | |
938 | renderer='rhodecode:templates/admin/repos/repo_edit.mako') |
|
938 | renderer='rhodecode:templates/admin/repos/repo_edit.mako') | |
939 |
|
939 |
General Comments 0
You need to be logged in to leave comments.
Login now