Commit be623ef3 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'dispatcher-dashboard-projects' into 'master'

Refactor dispatcher dashboard projects route

See merge request gitlab-org/gitlab-ce!16321
parents 830e9bf7 d2b88e9b
......@@ -226,6 +226,10 @@ import Activities from './activities';
break;
case 'dashboard:projects:index':
case 'dashboard:projects:starred':
import('./pages/dashboard/projects')
.then(callDefault)
.catch(fail);
break;
case 'explore:projects:index':
case 'explore:projects:trending':
case 'explore:projects:starred':
......
import ProjectsList from '~/projects_list';
export default () => new ProjectsList();
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