<%= @topic.title %>
<%= @topic.body %>
<%= link_to "Back to topics", :action => "index" %> <% unless @topic.replies.empty? %>
Replies
<% for reply in @topic.replies %>
<%= reply.body %>
<% end %>
<% end %>
Reply to this topic
" method="post">