<%= @topic.title %>

<%= @topic.body %>

<%= link_to "Back to topics", :action => "index" %> <% unless @topic.replies.empty? %>

Replies

    <% for reply in @topic.replies %>
  1. <%= reply.body %>
  2. <% end %>
<% end %>

Reply to this topic

" method="post">