[Oi-commits] trunk/templates/forum - get topic's first entry when i clicked to topic ti...
Gökmen Görgen
oi-svn at pardus.org.tr
Tue Sep 21 14:39:03 EEST 2010
Author: gkmngrgn
Date: Tue Sep 21 14:39:01 2010
New Revision: 3515
Modified:
trunk/templates/forum/latest_posts_small.html
Log:
get topic's first entry when i clicked to topic title.
---
latest_posts_small.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: trunk/templates/forum/latest_posts_small.html
=================================================================
--- trunk/templates/forum/latest_posts_small.html (original)
+++ trunk/templates/forum/latest_posts_small.html Tue Sep 21 14:39:01 2010
@@ -1,7 +1,7 @@
{% for topic in latest_posts %}
<div class="post" id="{{ topic.topic_latest_post.id }}">
<div class="forum">[<a href="{{ topic.forum.get_absolute_url }}">{{ topic.forum }}</a>]</div>
- <div class="topic"><a href="{{ topic.get_latest_post_url }}">{{ topic }}</a></div>
+ <div class="topic"><a href="{{ topic.get_absolute_url }}">{{ topic }}</a></div>
<div class="link"><span class="profile_link"><a href="{{ topic.topic_latest_post.author.get_profile.get_absolute_url }}">{{ topic.topic_latest_post.author }}</a> <a href="{{ topic.topic_latest_post.get_absolute_url }}"><img src="/media/img/new/forum/go_to_msg.png" alt="iletiye git" /></a></span></div>
<div class="date">{{ topic.topic_latest_post.created|date:"d F Y H:i" }}</div>
</div>
More information about the Oi-commits
mailing list