diff --git a/lib/index.pug b/lib/index.pug index 29a014cd..d505f47e 100644 --- a/lib/index.pug +++ b/lib/index.pug @@ -26,7 +26,7 @@ html span(class="npm-status", ng-init="shell.checkRegistryStatus()", ng-mouseenter="shell.checkRegistryStatus()") img(src="img/npm-logo-black.svg") = " " - | status:  + | status: b(ng-show="!shell.loadingRegistryStatus && shell.registryStatus") | available b(ng-show="!shell.loadingRegistryStatus && !shell.registryStatus")