18 lines
250 B
Plaintext
18 lines
250 B
Plaintext
|
<p>
|
||
|
<b>Post:</b>
|
||
|
<%=h @comment.post_id %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<b>Commenter:</b>
|
||
|
<%=h @comment.commenter %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<b>Body:</b>
|
||
|
<%=h @comment.body %>
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<%= link_to 'Edit', edit_comment_path(@comment) %> |
|
||
|
<%= link_to 'Back', comments_path %>
|