2020-07-21 22:19:40 +00:00
|
|
|
.form-group
|
2020-11-27 22:32:16 +00:00
|
|
|
= label_tag "#{base}_#{attribute}", post_label_t(attribute, post: post)
|
2021-02-11 18:27:44 +00:00
|
|
|
= select_tag(plain_field_name_for(base, attribute),
|
|
|
|
options_for_select(metadata.values, metadata.value),
|
2021-03-30 20:39:48 +00:00
|
|
|
**field_options(attribute, metadata), include_blank: t('.empty'))
|
2020-07-21 22:19:40 +00:00
|
|
|
= render 'posts/attribute_feedback',
|
|
|
|
post: post, attribute: attribute, metadata: metadata
|