mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:11:42 +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
|
||||
= 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)
|
||||
= render 'posts/attribute_feedback',
|
||||
post: post, attribute: attribute, metadata: metadata
|
||||
|
|
Loading…
Reference in a new issue