5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-02 13:36:09 +00:00
panel/app/views/posts/attributes/_number.haml

7 lines
280 B
Plaintext

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