This commit is contained in:
root 2013-12-04 00:39:33 +00:00
commit 993a345601
2 changed files with 2 additions and 1 deletions

View file

@ -884,6 +884,7 @@ form input.ng-valid.ng-dirty,
.entity-mini-listing {
margin: 2px;
white-space: nowrap !important;
}
.entity-mini-listing i {

View file

@ -1287,7 +1287,7 @@ function TeamViewCtrl($rootScope, $scope, Restangular, $routeParams) {
$scope.canEditMembers = resp.can_edit;
$scope.loading = !$scope.organization || !$scope.members;
$rootScope.title = teamname + ' (' + $scope.orgname + ')';
$rootScope.description = 'Team management page for team ' + teamname + ' under organization ' + orgname;
$rootScope.description = 'Team management page for team ' + teamname + ' under organization ' + $scope.orgname;
}, function() {
$scope.organization = null;
$scope.members = null;