mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 07:46:22 +00:00
arreglar editor no carga markdown
This commit is contained in:
parent
aaaf49fd04
commit
1613589a41
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
|||
= render 'posts/attribute_feedback',
|
||||
post: post, attribute: attribute, metadata: metadata
|
||||
= render 'application/editor',
|
||||
markdown: metadata.value,
|
||||
markdown: post.content.document,
|
||||
identifier: "#{post.id}-#{attribute}", name: "post[#{attribute}]"
|
||||
|
|
Loading…
Reference in a new issue