Add the namespaces box to the right hand side and make other small UI improvements to the repo list view

This commit is contained in:
Joseph Schorr 2015-03-05 14:21:46 -05:00
parent 785de61c59
commit 08f006a90c
6 changed files with 81 additions and 33 deletions

View file

@ -46,6 +46,10 @@
}
});
$scope.isOrganization = function(namespace) {
return !!UserService.getOrganization(namespace);
};
// Star a repository or unstar a repository.
$scope.toggleStar = function(repo) {
if (repo.is_starred) {