<%= render "search" %> <% @forum_posts.each do |forum_post| %> <% end %>
Topic Excerpt Creator Date
<%= forum_post.topic.title %> <%= truncate forum_post.body, :length => 50 %> <%= forum_post.creator.name %> <%= forum_post.created_at %>
<%= will_paginate @forum_posts %>