diff --git a/app/views/posts/attributes/_content.haml b/app/views/posts/attributes/_content.haml index b5d467f5..6c95f988 100644 --- a/app/views/posts/attributes/_content.haml +++ b/app/views/posts/attributes/_content.haml @@ -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}]"