From 7f3d8c5098d23bb43b86e060700170cc41cd22aa Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 7 Sep 2013 21:04:40 +0200 Subject: permit multiple architectures per package While the importer can easily cope with this change, the web presentation still needs fixing. It works somewhat now. --- dedup/templates/hash.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dedup/templates/hash.html') diff --git a/dedup/templates/hash.html b/dedup/templates/hash.html index 7141f96..f700309 100644 --- a/dedup/templates/hash.html +++ b/dedup/templates/hash.html @@ -4,7 +4,7 @@

{{ function|e }} {{ hashvalue|e }}

{%- for entry in entries -%} - + {%- endfor -%} -- cgit v1.2.3
packagefilenamesizedifferent function
{{ entry.package|e }}
{{ entry.package|e }}:{{ entry.architecture|e }} {{ entry.filename|e }}{{ entry.size|filesizeformat }} {% if function != entry.function %}{{ entry.function|e }}{% endif %}