5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-26 13:26:21 +00:00
panel/app/views/posts/new_belongs_to_value.haml

3 lines
237 B
Text
Raw Normal View History

2024-05-27 18:15:55 +00:00
.mb-2{ data: { target: 'array.item', 'searchable-value': @value.remove_diacritics.downcase, value: @uuid } }
= render 'bootstrap/custom_checkbox', name: @name, id: random_id, value: @uuid, checked: true, content: @value, type: 'radio'