From 87d3f8bd46b772c5ec7ea8c9a90d047d177bb8b4 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 3 Aug 2021 19:55:19 -0700 Subject: [PATCH] www/user- package list in container --- www/index.hbs | 4 ++-- www/user.hbs | 16 +++++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/www/index.hbs b/www/index.hbs index 0dab968..42d1ce2 100644 --- a/www/index.hbs +++ b/www/index.hbs @@ -2,9 +2,9 @@

A federated package repository and CI system for the Zig programming language.

Login


-
+
-

Latest Packages

+

Just Added

{{#each latest_packages}}
diff --git a/www/user.hbs b/www/user.hbs index 5bb701b..9de4391 100644 --- a/www/user.hbs +++ b/www/user.hbs @@ -1,13 +1,15 @@

@{{owner.name}}'s Packages

- {{#each pkgs}} -
-
-

{{this.name}}

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

{{this.name}}

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