13 lines
160 B
Plaintext
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
|