5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 23:45:46 +00:00

arreglar editor no carga markdown

This commit is contained in:
void 2019-11-07 15:10:08 -03:00
parent aaaf49fd04
commit 1613589a41

View file

@ -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}]"