Skip to content
Snippets Groups Projects

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

Files
25
@@ -263,7 +263,7 @@ const ShortcutsBlob = require('./shortcuts_blob');
case 'search:show':
new Search();
break;
case 'projects:protected_branches:index':
case 'projects:repository:show':
new gl.ProtectedBranchCreate();
new gl.ProtectedBranchEditList();
break;
Loading