diff --git a/www/index.hbs b/www/index.hbs index f44577c..5bf9dc9 100644 --- a/www/index.hbs +++ b/www/index.hbs @@ -9,11 +9,11 @@

- + {{this.StarCount}}

-
{{#if this.license}}{{this.license}}{{else}}No{{/if}} License
-
{{this.description}} 
+
{{#if this.License}}{{this.License}}{{else}}No{{/if}} License
+
{{this.Description}} 
{{/each}} @@ -24,11 +24,11 @@

- + {{this.StarCount}}

-
{{#if this.license}}{{this.license}}{{else}}No{{/if}} License
-
{{this.description}} 
+
{{#if this.License}}{{this.License}}{{else}}No{{/if}} License
+
{{this.Description}} 
{{/each}} diff --git a/www/user.hbs b/www/user.hbs index d13e23a..b000acc 100644 --- a/www/user.hbs +++ b/www/user.hbs @@ -1,14 +1,14 @@ -

@{{powner.name}}'s Packages

+

@{{powner.Name}}'s Packages

{{#each pkgs}}

- {{this.name}} + {{this.Name}} {{this.StarCount}}

-
{{#if this.license}}{{this.license}}{{else}}No{{/if}} License
-
{{this.description}}
+
{{#if this.License}}{{this.License}}{{else}}No{{/if}} License
+
{{this.Description}}
{{/each}}