diff --git a/templates/packages/files-list.html b/templates/packages/files-list.html index d26a11e9..dee18ecd 100644 --- a/templates/packages/files-list.html +++ b/templates/packages/files-list.html @@ -1,12 +1,10 @@ -
-

Files:

- {% if files.count %} - - {% else %} -

No filelist available.

- {% endif %} -
+

Files:

+{% if files.count %} + +{% else %} +

No filelist available.

+{% endif %} diff --git a/templates/packages/files.html b/templates/packages/files.html index e8a8facf..2f951062 100644 --- a/templates/packages/files.html +++ b/templates/packages/files.html @@ -6,7 +6,9 @@

{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}

Back to Package

+
{% include "packages/files-list.html" %} +
{% endblock %}