count total private pkgs

This commit is contained in:
alsotang
2015-11-23 22:51:38 +08:00
parent 42e9e1603f
commit 3fb2228031

View File

@@ -15,7 +15,7 @@
var packages = scopes[scope];
%>
<h1>
Private packages in <%= scope %>
Private packages in <%= scope %>(total: <%= packages.length %>)
</h1>
<hr />
<% if (!packages.length) { %>