5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-20 00:51:49 +00:00
panel/app/views/posts/attributes/_date.haml

6 lines
301 B
Text

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