diff options
author | Dan McGee <dan@archlinux.org> | 2012-09-08 10:07:30 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-08 10:07:30 -0500 |
commit | f221426a3286b9c9cfcc63a9caea861be9e99d02 (patch) | |
tree | e64e35f2f99a3163f2a6020863da07647b4dcb6e /templates/public | |
parent | 3769994c4e58197fbb063c9e9bdc184af66edaf9 (diff) |
Remove 'new' markers from home page
These things aren't so new anymore.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/index.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 0b97baf8..60ae442d 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -156,8 +156,7 @@ <li><a href="{% url 'mirror-status' %}" title="Check the status of all known mirrors">Mirror Status</a></li> <li><a href="{% url 'packages-differences' %}" - title="See differences in packages between available architectures">Differences Reports</a> - <img width="16" height="16" src="{% static "new.png" %}" alt="New"/></li> + title="See differences in packages between available architectures">Differences Reports</a></li> </ul> <h4>Development</h4> @@ -176,16 +175,14 @@ <li><a href="{% url 'releng-test-overview' %}" title="Releng Testbuild Feedback">Releng Testbuild Feedback</a></li> <li><a href="{% url 'visualize-index' %}" - title="View visualizations">Visualizations</a> - <img width="16" height="16" src="{% static "new.png" %}" alt="New"/></li> + title="View visualizations">Visualizations</a></li> </ul> <h4>More Resources</h4> <ul> <li><a href="{% url 'page-keys' %}" - title="Package/Database signing master keys">Signing Master Keys</a> - <img width="16" height="16" src="{% static "new.png" %}" alt="New"/></li> + title="Package/Database signing master keys">Signing Master Keys</a></li> <li><a href="https://wiki.archlinux.org/index.php/Arch_Linux_Press_Review" title="Arch Linux in the media">Press Coverage</a></li> <li><a href="{% url 'page-art' %}" title="Arch logos and other artwork for promotional use">Logos & Artwork</a></li> |