<%= link_to "Forums", "/forums" %> →
<%= link_to post.topic_thread.topic.topic_category.name, post.topic_thread.topic.topic_category.link %> →
<%= link_to post.topic_thread.topic.name, post.topic_thread.topic.link %>
→
<%= link_to truncate(post.topic_thread.title, :length=>80, :ommission=>'...'), post.topic_thread.link %>
<%= truncate(ActionView::Helpers::SanitizeHelper::strip_tags(post.raw_body), :length=>200, :ommission=>"...") %>
by <%= post.created_by_user_display_name %> <%= time_ago_in_words post.created_at %> ago
<% end %>
<% end %>