Use avatars instead of fontawesome in repo list.
This commit is contained in:
parent
2ed56f04c9
commit
5f2bff43e7
2 changed files with 2 additions and 3 deletions
|
@ -124,7 +124,6 @@ function RepoListCtrl($scope, $sanitize, Restangular, UserService, ApiService) {
|
|||
if ($scope.namespaces.length == 0 || $scope.user.anonymous) {
|
||||
return;
|
||||
}
|
||||
console.log('load repos called');
|
||||
|
||||
for (var i = 0; i < $scope.namespaces.length; i++) {
|
||||
var namespace = $scope.namespaces[i];
|
||||
|
|
Reference in a new issue