5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-02 02:06:57 +00:00
panel/app/views/posts/attributes/_date.haml
2020-01-23 18:37:09 -03:00

6 lines
300 B
Text

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