From: Michael Tremer Date: Tue, 18 Oct 2022 12:24:59 +0000 (+0000) Subject: web: packages: Update files listing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73cb7641acd6a7c45f8f69c9338cee2c219e125;p=pbs.git web: packages: Update files listing Signed-off-by: Michael Tremer --- diff --git a/src/templates/packages/show.html b/src/templates/packages/show.html index 3993dbad..c937907c 100644 --- a/src/templates/packages/show.html +++ b/src/templates/packages/show.html @@ -33,7 +33,7 @@ {% module PackageDependencies(package) %} - {% if package.filelist %} + {% if package.files %}

@@ -44,7 +44,7 @@
- {% module PackageFilesTable(package, package.filelist) %} + {% module PackageFilesTable(package, package.files) %}
{% end %}