Skip to content
Snippets Groups Projects

Resolve "Combine Deploy Keys and Push Rules and Mirror Repository and Protect Branches settings pages"

Files
26
@@ -286,7 +286,7 @@ const UserCallout = require('./user_callout');
case 'search:show':
new Search();
break;
case 'projects:protected_branches:index':
case 'projects:repository:show':
new gl.ProtectedBranchCreate();
new gl.ProtectedBranchEditList();
break;
Loading