summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-23 21:29:40 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-23 21:29:40 +0200
commitdb7c7dd2604fdb9b15efd2c43be631360e0dc909 (patch)
treea20f1d6c5539f67bd7fee5bc8527d71b32f08667
parent6f4ccf7c6301bd3399ab88e4477133b6de409144 (diff)
downloadjenkins.debian.net-db7c7dd2604fdb9b15efd2c43be631360e0dc909.tar.xz
reproducible: link issues in stats table
-rwxr-xr-xbin/reproducible_html_graphs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index fdbbb0d7..45bc70dc 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -553,7 +553,7 @@ create_main_stats_page() {
write_page "</p><p>"
# write inventory table
write_page "<table class=\"main\"><tr><th>&nbsp;</th><th>amount</th></tr>"
- write_page "<tr><td>identified distinct issues</td><td>$ISSUES</td></tr>"
+ write_page "<tr><td>identified <a href=\"/index_issues.html\">distinct issues</a></td><td>$ISSUES</td></tr>"
write_page "<tr><td>packages with notes about these issues</td><td>$NOTES</td></tr>"
write_page "<tr><td>total amount of identified issues in packages</td><td>$COUNT_ISSUES</td></tr>"
SUITE="unstable"