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/index.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/index.html')
-rw-r--r-- | templates/public/index.html | 13 |
1 files changed, 7 insertions, 6 deletions
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/" |