5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-02 02:06:57 +00:00
panel/app/views/posts/attributes/_content.haml
2019-11-07 15:10:08 -03:00

7 lines
319 B
Text

.form-group
= label_tag "post_#{attribute}", post_label_t(attribute, post: post)
= render 'posts/attribute_feedback',
post: post, attribute: attribute, metadata: metadata
= render 'application/editor',
markdown: post.content.document,
identifier: "#{post.id}-#{attribute}", name: "post[#{attribute}]"