Show More
@@ -932,8 +932,8 b' def includeme(config):' | |||
|
932 | 932 | name='edit_repo_perms_branch', |
|
933 | 933 | pattern='/{repo_name:.*?[^/]}/settings/branch_permissions', repo_route=True) |
|
934 | 934 | config.add_view( |
|
935 | RepoBranchesView, | |
|
936 | attr='branches', | |
|
935 | RepoSettingsBranchPermissionsView, | |
|
936 | attr='branch_permissions', | |
|
937 | 937 | route_name='edit_repo_perms_branch', request_method='GET', |
|
938 | 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