diff options
author | Dan McGee <dan@archlinux.org> | 2011-12-09 10:19:47 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-12-09 10:19:47 -0600 |
commit | 463676a775646246707fd71dc31752d25715da7e (patch) | |
tree | 7ebd5c109d820b4a3fb1e19a09a82d286898df7d /templates/public/download.html | |
parent | c4ca96b269f3cc371c3fc9fb9d8cf9da8516f8cd (diff) |
Add new icon to new featuresrelease_2011-11-09
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/download.html')
-rw-r--r-- | templates/public/download.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 3e33ab32..af439176 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load cache %} +{% load cache cdn %} {% block title %}Arch Linux - Downloads{% endblock %} {% block navbarclass %}anb-download{% endblock %} @@ -123,7 +123,8 @@ <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></li> + title="Arch Linux Netboot Live System">Boot latest snapshots over the network</a> + <img src="{% cdnprefix %}/media/new.png" alt="New"/></li> <li><a href="{% url releng-test-overview %}" title="Release Engineering ISO feedback">Feedback</a></li> </ul> |