From 5f2bff43e7f21d33ee315bb6a99e6539f4e4244e Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Mon, 12 Jan 2015 12:08:08 -0500 Subject: [PATCH] Use avatars instead of fontawesome in repo list. --- static/js/controllers/repolist.js | 1 - static/partials/repo-list.html | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/static/js/controllers/repolist.js b/static/js/controllers/repolist.js index f1d196570..61b3db426 100644 --- a/static/js/controllers/repolist.js +++ b/static/js/controllers/repolist.js @@ -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]; diff --git a/static/partials/repo-list.html b/static/partials/repo-list.html index 8dc81ddeb..4d53b515a 100644 --- a/static/partials/repo-list.html +++ b/static/partials/repo-list.html @@ -94,11 +94,11 @@
- + {{ namespace.username }}