diff options
author | Tom Willemsen <ryuslash@gmail.com> | 2011-08-17 01:26:23 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-17 14:51:42 +0200 |
commit | 7954617a0593632d749d7e8b60beab2aae1669ba (patch) | |
tree | 73f2f77666212d206b724f431babed41b4366fdc /templates/releng/results.html | |
parent | e3ac14389448a73d9f9b8286a25930f3978784fb (diff) | |
download | archweb-7954617a0593632d749d7e8b60beab2aae1669ba.tar.gz archweb-7954617a0593632d749d7e8b60beab2aae1669ba.tar.xz |
New page ISO Overview
ISO Overview shows a simple list of all the ISOs that are available
and how many times they've been tested successfully or have failed.
Signed-off-by: Tom Willemsen <ryuslash@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/releng/results.html')
-rw-r--r-- | templates/releng/results.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/releng/results.html b/templates/releng/results.html index c3e7d99..4ff3c86 100644 --- a/templates/releng/results.html +++ b/templates/releng/results.html @@ -13,6 +13,9 @@ 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.archlinux.org/index.php/DeveloperWiki:releng_testimages_feedback">documentation on the wiki</a>.</p> |