summaryrefslogtreecommitdiffstats
path: root/templates/releng/results.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-17 22:36:33 +0200
committerDan McGee <dan@archlinux.org>2012-04-17 22:36:33 +0200
commitc1ccc88d0769afc16363ceb06e5bdcd8605455bf (patch)
treecb26f846f3e7cd3ed364dc3a51d052df992fe2dd /templates/releng/results.html
parent1fabb8023a0350319bcad09914dfe5640dc34e9b (diff)
downloadarchweb-c1ccc88d0769afc16363ceb06e5bdcd8605455bf.tar.gz
archweb-c1ccc88d0769afc16363ceb06e5bdcd8605455bf.tar.xz
Prune down table rows on ISO testing overview page
This table is getting very long as we have upwards of 210 ISOs in the production database. However, it doesn't make much sense to list ISOs that no longer exist and were never tested, so omit these from the results page if we know this to be the case. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/releng/results.html')
-rw-r--r--templates/releng/results.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/releng/results.html b/templates/releng/results.html
index 71af708..c19b42a 100644
--- a/templates/releng/results.html
+++ b/templates/releng/results.html
@@ -7,7 +7,7 @@
<div class="box">
<h2>Release Engineering Testbuild Results</h2>
- <p>This is an overview screen showing a test results matrix of release
+ <p>This is an overview showing a test results matrix of release
engineering produced ISOs. Various options and configurations are shown
with last success and last failure results, if known. To help improve ISO
quality, you are encouraged to <a href="{% url 'releng-test-submit' %}">give feedback</a>