changeset 853:9cea980bf24d

Add "new" icon next to Guitar Instruction link on sidebar.
author Brian Neal <bgneal@gmail.com>
date Wed, 05 Nov 2014 19:21:10 -0600
parents e4caec331308
children 1583a41511cc
files sg101/templates/base.html
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sg101/templates/base.html	Wed Nov 05 19:18:23 2014 -0600
+++ b/sg101/templates/base.html	Wed Nov 05 19:21:10 2014 -0600
@@ -50,7 +50,8 @@
       <li><a href="{% url 'donations-index' %}">Donations</a></li>
       <li><a href="{% url 'downloads-index' %}">Downloads</a></li>
       <li><a href="{% url 'forums-index' %}">Forums</a></li>
-      <li><a href="/forums/topic/24987/">Guitar Instruction</a></li>
+      <li><a href="/forums/topic/24987/">Guitar Instruction</a>
+         <img src="{{ STATIC_URL }}icons/new.png" title="New!" alt="New!" /></li>
       <li><a href="{% url 'irc-main' %}">IRC</a></li>
       <li><a href="{% url 'bio-member_list' type='user' %}">Member List</a></li>
       <li><a href="{% url 'membermap-index' %}">Member Map</a></li>