summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-12-09 10:19:47 -0600
committerDan McGee <dan@archlinux.org>2011-12-09 10:19:47 -0600
commit463676a775646246707fd71dc31752d25715da7e (patch)
tree7ebd5c109d820b4a3fb1e19a09a82d286898df7d
parentc4ca96b269f3cc371c3fc9fb9d8cf9da8516f8cd (diff)
downloadarchweb-463676a775646246707fd71dc31752d25715da7e.tar.gz
archweb-463676a775646246707fd71dc31752d25715da7e.zip
Add new icon to new featuresrelease_2011-11-09
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/public/download.html5
-rw-r--r--templates/public/index.html13
2 files changed, 10 insertions, 8 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>
diff --git a/templates/public/index.html b/templates/public/index.html
index 5a034c6f..0fa02986 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -1,7 +1,5 @@
{% extends "base.html" %}
-{% load markup %}
-{% load cache %}
-{% load cdn %}
+{% load markup cache cdn %}
{% block head %}
<link rel="alternate" type="application/rss+xml" title="Arch Linux News Updates" href="/feeds/news/" />
@@ -164,7 +162,8 @@
<li><a href="{% url mirror-status %}"
title="Check the status of all known mirrors">Mirror Status</a></li>
<li><a href="/packages/differences/"
- title="See differences in packages between available architectures">Differences Reports</a></li>
+ title="See differences in packages between available architectures">Differences Reports</a>
+ <img src="{% cdnprefix %}/media/new.png" alt="New"/></li>
</ul>
<h4>Development</h4>
@@ -173,11 +172,13 @@
<li><a href="{% url page-keys %}"
title="Package/Database signing master keys">Master Keys</a></li>
<li><a href="/packages/"
- title="View/search the package repository database">Packages</a></li>
+ title="View/search the package repository database">Packages</a>
+ <img src="{% cdnprefix %}/media/new.png" alt="New"/></li>
<li><a href="/groups/"
title="View the available package groups">Package Groups</a></li>
<li><a href="{% url visualize-index %}"
- title="View visualizations">Visualizations</a></li>
+ title="View visualizations">Visualizations</a>
+ <img src="{% cdnprefix %}/media/new.png" alt="New"/></li>
<li><a href="{% url page-svn %}"
title="View SVN entries for packages">SVN Repositories</a></li>
<li><a href="http://projects.archlinux.org/"