summaryrefslogtreecommitdiffstats
path: root/templates/public/index.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-12-09 17:19:47 +0100
committerDan McGee <dan@archlinux.org>2011-12-09 17:19:47 +0100
commit463676a775646246707fd71dc31752d25715da7e (patch)
tree7ebd5c109d820b4a3fb1e19a09a82d286898df7d /templates/public/index.html
parentc4ca96b269f3cc371c3fc9fb9d8cf9da8516f8cd (diff)
downloadarchweb-463676a775646246707fd71dc31752d25715da7e.tar.gz
archweb-463676a775646246707fd71dc31752d25715da7e.tar.xz
Add new icon to new features
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r--templates/public/index.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index 5a034c6..0fa0298 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/"