Merge pull request #1190 from gesa/home-redirect

Redirect all home traffic to home-3
This commit is contained in:
Aki 2015-01-27 14:47:25 -08:00
Родитель 1dc1ae1ceb 1ec1c91ede
Коммит cbe9457589
1 изменённых файлов: 1 добавлений и 1 удалений

2
public/js/angular/app.js поставляемый
Просмотреть файл

@ -98,7 +98,7 @@ angular.module('webmakerApp', ['ngRoute', 'ui.bootstrap', 'webmakerApp.services'
title: 'Terms of Use'
})
.when('/:locale', {
templateUrl: '/views/home.html',
templateUrl: '/views/home-3.html',
controller: 'homeController',
title: 'Webmaker'
})