summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-07-06 11:04:57 +0000
committerHolger Levsen <holger@layer-acht.org>2016-07-06 13:07:15 +0200
commit89d0a7d7aabbcc436656372e8ca32f60cc343707 (patch)
treecc9b1c843db5329bc0887c6d9d55323b15050f60 /bin
parent6375773c337d7908385584970e1195005ba5f69c (diff)
downloadjenkins.debian.net-89d0a7d7aabbcc436656372e8ca32f60cc343707.tar.xz
reproducible debian: fix link to index_$status in the package pages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rw-r--r--bin/templates/package_suitearch_section.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/templates/package_suitearch_section.mustache b/bin/templates/package_suitearch_section.mustache
index ed29ba8f..d8ac5304 100644
--- a/bin/templates/package_suitearch_section.mustache
+++ b/bin/templates/package_suitearch_section.mustache
@@ -6,7 +6,7 @@
{{#suites}}
<li class="{{li_classes}}">
{{^untested}}
- <a href="/debian/{{arch}}/{{suite}}/index_{{status}}.html">
+ <a href="/debian/{{suite}}/{{arch}}/index_{{status}}.html">
<img src="/static/{{icon}}" alt="{{spokenstatus}}" title="{{spokenstatus}}"/>
</a>
{{/untested}}