summaryrefslogtreecommitdiff
path: root/templates/releng/results.html
diff options
context:
space:
mode:
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>