blob: 4c3fbf26cd4786124ee37d74cf8a1f1bb4dfb4ad (
plain) (
tree)
|
|
<p>
<b>Commenter:</b>
<%= comment.commenter %>
</p>
<p>
<b>Comment:</b>
<%= comment.body %>
</p>
<p>
<%= link_to 'Destroy Comment', [comment.post, comment],
:confirm => 'Are you sure?',
:method => :delete %>
</p>
|