diff gpp/templates/forums/index.html @ 263:307a74e28112

Fixing #113; re-arrange the RSS forum feed icons around a bit.
author Brian Neal <bgneal@gmail.com>
date Thu, 23 Sep 2010 00:26:07 +0000
parents a46788862737
children 21d2ca3b4bf7
line wrap: on
line diff
--- a/gpp/templates/forums/index.html	Wed Sep 22 23:54:49 2010 +0000
+++ b/gpp/templates/forums/index.html	Thu Sep 23 00:26:07 2010 +0000
@@ -40,12 +40,9 @@
                   {% if forum.has_unread %}
                   <img src="{{ MEDIA_URL }}icons/new.png" alt="New Posts" title="New Posts" class="forums-topic-icon" />
                   {% endif %}
-                  <h4><a href="{{ forum.get_absolute_url }}">{{ forum.name }}</a>
-                     {% if forum.has_feed %}
-                     <a href="/feeds/forums/{{ forum.slug }}/">
-                        <img src="{{ MEDIA_URL }}icons/feed.png" alt="RSS Feed" title="Feed for this forum" /></a>
-                     {% endif %}</h4>
-                  <p>{{ forum.description }}</p></td>
+                  <h4><a href="{{ forum.get_absolute_url }}">{{ forum.name }}</a></h4>
+                  <p>{{ forum.description }}</p>
+               </td>
                <td class="forum-topics">{{ forum.topic_count }}</td>
                <td class="forum-posts">{{ forum.post_count }}</td>
                <td class="forum-last_post">{% last_post_info forum.last_post %}</td>