summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-19 13:54:16 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-19 13:54:16 +0100
commit7b1db79b91d8aea21c1b976f746654e9f4ec1fa0 (patch)
treec3cff813003696b1431de5be0445c39001bb2e32 /bin/reproducible_html_dashboard.sh
parent5c9f209f88293d912a2b799c97b310c451a3e7d6 (diff)
downloadjenkins.debian.net-7b1db79b91d8aea21c1b976f746654e9f4ec1fa0.tar.xz
reproducible dashboard: link to suite page from suite age graph
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 2cdc0596..a970ed41 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -512,7 +512,7 @@ create_dashboard_page() {
if [ "$ARCH" = "armhf" ] && [ "$SUITE" = testing ] ; then
continue
fi
- write_page " <a href=\"/$SUITE/\"><img src=\"/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>"
+ write_page " <a href=\"/$SUITE/$ARCH\"><img src=\"/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>"
done
write_page "</p><p style=\"clear:both;\">"
done