14 lines
307 B
Text
14 lines
307 B
Text
<p>
|
|
<strong>Commenter:</strong>
|
|
<%= comment.commenter %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Comment:</strong>
|
|
<%= comment.body %>
|
|
</p>
|
|
|
|
<%= link_to 'Destroy Comment', [comment.article, comment],
|
|
method: :delete,
|
|
data: { confirm: 'Are you sure?' } %>
|
|
|