app/views/topics/_topic.html.haml in radiant-forum-extension-3.0.0 vs app/views/topics/_topic.html.haml in radiant-forum-extension-3.0.1
- old
+ new
@@ -5,10 +5,9 @@
.wrapper
= standard_gravatar_for(post.reader, topic_url(topic))
.post_header
%h2
= link_to_topic(topic)
- = feed_link(topic_path(topic, :format => :rss))
= render :partial => "topics/context", :locals => {:topic => topic}
.post_body
= truncate_words(scrub_html(post.body), 24)