16 lines
214 B
Plaintext
16 lines
214 B
Plaintext
p#notice = notice
|
|
|
|
p
|
|
strong User:
|
|
= @comment.user_id
|
|
p
|
|
strong Post:
|
|
= @comment.post_id
|
|
p
|
|
strong Body:
|
|
= @comment.body
|
|
|
|
= link_to 'Edit', edit_comment_path(@comment)
|
|
' |
|
|
= link_to 'Back', comments_path
|