summaryrefslogtreecommitdiffstats
path: root/templates/packages/files.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-12-03 20:29:06 +0100
committerDan McGee <dan@archlinux.org>2011-12-03 20:29:06 +0100
commitae00d10ff48a604e9cc9dd327046661e52ff2749 (patch)
tree05868392624178a28a179ff501b458d1e7e0eb7c /templates/packages/files.html
parent546012c8e0d9e757e4670dd14e41acb83eb4e997 (diff)
downloadarchweb-ae00d10ff48a604e9cc9dd327046661e52ff2749.tar.gz
archweb-ae00d10ff48a604e9cc9dd327046661e52ff2749.tar.xz
Rename files list template for consistency
We use underscores in all other templates. Also remove some of the generated whitespace in the template which is noticeable in very large package lists. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages/files.html')
-rw-r--r--templates/packages/files.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/files.html b/templates/packages/files.html
index a564f72..6524fe9 100644
--- a/templates/packages/files.html
+++ b/templates/packages/files.html
@@ -9,7 +9,7 @@
<div id="metadata">
<p><a href="{{ pkg.get_absolute_url }}">Back to Package</a></p>
<p>Package has {{ files_count }} file{{ files_count|pluralize }} and {{ dir_count }} director{{ dir_count|pluralize:"y,ies" }}.</p>
- {% include "packages/files-list.html" %}
+ {% include "packages/files_list.html" %}
</div>
</div>