mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-29 18:36:21 +00:00
3 lines
239 B
Text
3 lines
239 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
|