mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
15 lines
275 B
Text
15 lines
275 B
Text
<p>
|
|
<strong>Commenter:</strong>
|
|
<%= comment.commenter %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Comment:</strong>
|
|
<%= comment.body %>
|
|
</p>
|
|
|
|
<p>
|
|
<%= link_to 'Destroy Comment', [comment.post, comment],
|
|
:confirm => 'Are you sure?',
|
|
:method => :delete %>
|
|
</p>
|