Files
dunlop-ember/spec/dummy/app/views/comments/show.html.slim
T
2017-12-21 11:36:52 +01:00

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