Start on tour UI and make some small changes to the overall Quay UI

This commit is contained in:
Joseph Schorr 2014-04-29 00:45:42 -04:00
parent 654c50b90d
commit c244f367ba
9 changed files with 347 additions and 122 deletions

View file

@ -2757,4 +2757,8 @@ function SuperUserAdminCtrl($scope, ApiService, Features, UserService) {
};
loadSeatUsage();
}
function TourCtrl($scope, $location) {
$scope.kind = $location.path().substring('/tour/'.length);
}