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

13 lines
160 B
Plaintext

p#notice = notice
p
strong Title:
= @post.title
p
strong Body:
= @post.body
= link_to 'Edit', edit_post_path(@post)
' |
= link_to 'Back', posts_path