summaryrefslogtreecommitdiff
path: root/dedup/templates/hash.html
diff options
context:
space:
mode:
Diffstat (limited to 'dedup/templates/hash.html')
-rw-r--r--dedup/templates/hash.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<h1>{{ function|e }} {{ hashvalue|e }}</h1>
<table border='1'><tr><th>package</th><th>filename</th><th>size</th><th>different function</th></tr>
{%- for entry in entries -%}
- <tr><td><a href="../../binary/{{ entry.package|e }}"><span class="binary-package">{{ entry.package|e }}</span></a></td>
+ <tr><td><a href="../../binary/{{ entry.package|e }}:{{ entry.architecture|e }}"><span class="binary-package">{{ entry.package|e }}:{{ entry.architecture|e }}</span></a></td>
<td><span class="filename">{{ entry.filename|e }}</span></td><td>{{ entry.size|filesizeformat }}</td>
<td>{% if function != entry.function %}{{ entry.function|e }}{% endif %}</td></tr>
{%- endfor -%}