<h1>Podgląd wiadomości</h1>

<p>Odpowiedź na:
<b><%= @parent.subject %></b></p>

<p><strong>Temat:</strong> <%= @post.subject %></p>
<p><strong>Treść: </strong> <%= @post.body %></p>

<%= link_to 'Wstecz', :action => 'list' %>