summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 4d060bf5..914db273 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -171,13 +171,13 @@ html_head_page = Template((tab*2).join("""
</a>
</li>
<li>
- <a href="/$suite/$arch/index_blacklisted.html" target="_parent">
- <img src="/static/error.png" alt="blacklisted icon" />
+ <a href="/$suite/$arch/index_404.html" target="_parent">
+ <img src="/static/weather-severe-alert.png" alt="404 icon" />
</a>
</li>
<li>
- <a href="/$suite/$arch/index_404.html" target="_parent">
- <img src="/static/weather-severe-alert.png" alt="404 icon" />
+ <a href="/$suite/$arch/index_blacklisted.html" target="_parent">
+ <img src="/static/error.png" alt="blacklisted icon" />
</a>
</li>
<li><a href="/index_issues.html">issues</a></li>