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

3 lines
213 B
Text
Raw Normal View History

2024-07-04 18:02:17 +00:00
= render 'targets/array/item', value: @uuid, 'human-value': @value, class: 'mb-2' do
= render 'bootstrap/custom_checkbox', name: @name, id: random_id, value: @uuid, checked: true, content: @value, type: 'radio'