5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-28 09:16:56 +00:00
panel/app/views/posts/attributes/_email.haml

6 lines
279 B
Text

.form-group
= label_tag "#{base}_#{attribute}", post_label_t(attribute, post: post)
= email_field base, attribute, value: metadata.value,
**field_options(attribute, metadata)
= render 'posts/attribute_feedback',
post: post, attribute: attribute, metadata: metadata