summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6c12131..5411e85 100644
--- a/index.php
+++ b/index.php
@@ -194,7 +194,8 @@ if ($total > 0) {
$failed_arches = array_keys($p['status']['fail']);
if (!empty($failed_arches)) {
sort($failed_arches);
- $s .= '<span class="failure"><span class="status-box"></span> ' . join(' ', $failed_arches) . '</span>';
+ $typelink = '/uploads/failure/' . $p['path'];
+ $s .= '<a rel="nofollow" href="' . $typelink . '" class="status-link"><span class="failure"><span class="status-box"></span> ' . join(' ', $failed_arches) . '</span></a>';
}
$s .= '</td></tr>';