diff --git a/www/dashboard.hbs b/www/dashboard.hbs index 23e89fe..12328cd 100644 --- a/www/dashboard.hbs +++ b/www/dashboard.hbs @@ -3,7 +3,10 @@ {{#each pkgs}}
-

{{this.Name}}

+

+ {{this.Name}} + {{#pkg_is_github this.UUID}}{{/pkg_is_github}} +

{{#if this.License}}{{this.License}}{{else}}No{{/if}} License
{{this.Description}}