diff options
Diffstat (limited to 'templates/packages/files.html')
-rw-r--r-- | templates/packages/files.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/packages/files.html b/templates/packages/files.html index dc0c64b..1d87246 100644 --- a/templates/packages/files.html +++ b/templates/packages/files.html @@ -3,14 +3,7 @@ {% block content %} <div class="box"> <h2 class="title">{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}</h2> - <div class="listing"> - <h4>Files:</h4> - <ul style="font-size:small;list-style:none"> - {% for file in files %} - <li>{{ file.path }}</li> - {% endfor %} - </ul> - </div> + {% include "packages/files-list.html" %} </div> {% endblock %} |