comparison gpp/templates/forums/forum_index.html @ 94:806399f3b950

Forums: minor cosmetic tweaks mainly.
author Brian Neal <bgneal@gmail.com>
date Sun, 13 Sep 2009 05:01:52 +0000
parents 4c33e266db03
children 96eec1ed0fd3
comparison
equal deleted inserted replaced
93:4c33e266db03 94:806399f3b950
28 <td><h4><a href="{{ topic.get_absolute_url }}">{{ topic.name }}</a></h4></td> 28 <td><h4><a href="{{ topic.get_absolute_url }}">{{ topic.name }}</a></h4></td>
29 <td class="forum-index_replies">{{ topic.reply_count }}</td> 29 <td class="forum-index_replies">{{ topic.reply_count }}</td>
30 <td class="forum-index_author"><a href="{% url bio-view_profile username=topic.user.username %}" title="View profile for {{ topic.user.username }}">{{ topic.user.username }}</a></td> 30 <td class="forum-index_author"><a href="{% url bio-view_profile username=topic.user.username %}" title="View profile for {{ topic.user.username }}">{{ topic.user.username }}</a></td>
31 <td class="forum-index_views">{{ topic.view_count }}</td> 31 <td class="forum-index_views">{{ topic.view_count }}</td>
32 <td class="forum-index_last_post"> 32 <td class="forum-index_last_post">
33 {% last_post_info topic.last_post %} 33 {% last_post_info topic.last_post MEDIA_URL %}
34 </td> 34 </td>
35 </tr> 35 </tr>
36 {% empty %} 36 {% empty %}
37 <tr> 37 <tr>
38 <td colspan="4"> 38 <td colspan="4">