From 94ea63afdd1f07392f2212dd69c3807986c161d4 Mon Sep 17 00:00:00 2001
From: Thomas Bächler <thomas@archlinux.org>
Date: Tue, 7 Aug 2012 22:08:24 +0200
Subject: Add a link to netboot outside of the "Test ISO" section.

Signed-off-by: Dan McGee <dan@archlinux.org>
---
 templates/public/download.html | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

(limited to 'templates')

diff --git a/templates/public/download.html b/templates/public/download.html
index f5f6f4d1..79a82f8b 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -49,6 +49,14 @@ <h3>BitTorrent Download (recommended)</h3>
                     title="Download for both architectures">Download archlinux-{{version}}-dual.iso.torrent</a></li>
     </ul>
 
+    <h3>Netboot</h3>
+
+    <p>If you have a wired connection, you can boot the latest release directly over the network.</p>
+    <ul>
+      <li><a href="{{ releng_pxeboot_url }}"
+          title="Arch Linux Netboot Live System">Arch Linux Netboot</a></li>
+    </ul>
+
     <h3>Test ISO Info</h3>
 
     <p>We provide daily snapshot ISOs. Those are largely untested,
@@ -57,8 +65,7 @@ <h3>Test ISO Info</h3>
         <li><a href="{{ releng_iso_url }}"
             title="Release Engineering ISO download">Download snapshots</a></li>
         <li><a href="{{ releng_pxeboot_url }}"
-            title="Arch Linux Netboot Live System">Boot latest snapshots over the network</a>
-        <img width="16" height="16" src="{% static "new.png" %}" alt="New"/></li>
+            title="Arch Linux Netboot Live System">Boot latest snapshots over the network</a></li>
         <li><a href="{% url 'releng-test-overview' %}"
             title="Release Engineering ISO feedback">Feedback</a></li>
     </ul>
-- 
cgit v1.2.3-54-g00ecf