mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 11:16:21 +00:00
7 lines
319 B
Text
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}]"
|