mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 07:41:41 +00:00
7 lines
278 B
Text
7 lines
278 B
Text
|
.form-group
|
||
|
= label_tag "post_#{attribute}", post_label_t(attribute, post: post)
|
||
|
= email_field 'post', attribute, value: metadata.value,
|
||
|
**field_options(attribute, metadata)
|
||
|
= render 'posts/attribute_feedback',
|
||
|
post: post, attribute: attribute, metadata: metadata
|