Commit f4c5ce68 authored by Nick Thomas's avatar Nick Thomas

Fix JS conflicts

parent b700da19
......@@ -393,7 +393,6 @@ import AuditLogs from './audit_logs';
case 'search:show':
new Search();
break;
<<<<<<< HEAD
case 'projects:mirrors:show':
case 'projects:mirrors:update':
new UsersSelect();
......@@ -404,8 +403,6 @@ import AuditLogs from './audit_logs';
case 'admin:audit_logs:index':
new AuditLogs();
break;
=======
>>>>>>> ce/master
case 'projects:settings:repository:show':
// Initialize Protected Branch Settings
new gl.ProtectedBranchCreate();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment