summaryrefslogtreecommitdiff
path: root/templates/releng/results.html
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-12 18:01:59 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-12 18:01:59 -0500
commit764182c0ca66b538cef994409f04f876681598cd (patch)
tree2f399c618484c00f84875b437f3fcfcc9c509424 /templates/releng/results.html
parent8844fd0c6361d3a6ccd88647276e9af0e6cd64d2 (diff)
parent822898e57bc6d4e008ef58da309857e9ef8c98e6 (diff)
Merge commit '822898e' (Merge branch 'django14')
Conflicts: requirements.txt requirements_prod.txt templates/base.html templates/devel/clock.html templates/public/download.html templates/public/index.html templates/releng/results.html
Diffstat (limited to 'templates/releng/results.html')
-rw-r--r--templates/releng/results.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/releng/results.html b/templates/releng/results.html
index 6f7d29f0..fa694cc6 100644
--- a/templates/releng/results.html
+++ b/templates/releng/results.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load url from future %}
{% block title %}Parabola - Release Engineering Testbuild Results{% endblock %}
@@ -9,10 +10,17 @@
<p>This is an overview screen 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>
+ quality, you are encouraged to <a href="{% url 'releng-test-submit' %}">give feedback</a>
if you have tested and used any ISOs. Both successful and failed results
are encouraged and welcome.</p>
+ <p>For a overview of which ISOs tested best, have a look at
+ the <a href="{% url 'releng-iso-overview' %}">overview</a>.</p>
+
+ <p>For more information, see the <a
+ href="https://wiki.parabolagnulinux.org/DeveloperWiki:releng_testimages_feedback">documentation
+ on the wiki</a>.</p>
+
<p>All ISOs referenced on this page are available from
<a href="{{ iso_url }}">{{ iso_url }}</a>.</p>