moved new teams page

This commit is contained in:
Torkel Ödegaard
2018-10-31 12:21:16 -07:00
parent 99d0beeaa9
commit 17386c49d4
5 changed files with 2 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
},
})
.when('/org/teams/new', {
templateUrl: 'public/app/features/org/partials/create_team.html',
templateUrl: 'public/app/features/teams/partials/create_team.html',
controller: 'CreateTeamCtrl',
controllerAs: 'ctrl',
})