5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-02 04:26:56 +00:00
panel/app/views/posts/attributes/_content.haml

8 lines
319 B
Text
Raw Normal View History

2019-08-23 18:29:07 +00:00
.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',
2019-11-07 18:10:08 +00:00
markdown: post.content.document,
identifier: "#{post.id}-#{attribute}", name: "post[#{attribute}]"