mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 11:46:22 +00:00
3 lines
254 B
Text
3 lines
254 B
Text
|
.mb-2{ data: { target: 'array.item', 'searchable-value': @value.remove_diacritics.downcase, value: @uuid } }
|
||
|
= render 'bootstrap/custom_checkbox', name: @name, id: "value-#{Nanoid.generate}", value: @uuid, checked: true, content: @value, type: 'radio'
|