mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 11:33:38 +00:00
bugcito
This commit is contained in:
parent
46f3cc1d90
commit
c0de7d8d48
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
.form-group
|
.form-group
|
||||||
= label_tag "post_#{attribute}", post_label_t(attribute, post: post)
|
= label_tag "post_#{attribute}", post_label_t(attribute, post: post)
|
||||||
= date_field 'post', attribute, value: metadata.value.strftime('%F'),
|
= date_field 'post', attribute, value: metadata.value.to_date.strftime('%F'),
|
||||||
**field_options(attribute, metadata)
|
**field_options(attribute, metadata)
|
||||||
= render 'posts/attribute_feedback',
|
= render 'posts/attribute_feedback',
|
||||||
post: post, attribute: attribute, metadata: metadata
|
post: post, attribute: attribute, metadata: metadata
|
||||||
|
|
Loading…
Reference in a new issue