5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-03-01 07:11:49 +00:00

Merge branch 'issue-15068' into production.panel.sutty.nl

This commit is contained in:
f 2024-07-05 16:39:11 -03:00
commit 42e8462946
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
= render 'targets/array/item', value: @uuid, 'human-value': @value, class: 'mb-2' do = render 'targets/array/item', value: @uuid, 'send-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' = render 'bootstrap/custom_checkbox', name: @name, id: random_id, value: @uuid, checked: true, content: @value, type: 'radio'

View file

@ -1,2 +1,2 @@
= render 'targets/array/item', value: @uuid, 'human-value': @value, class: 'mb-2' do = render 'targets/array/item', value: @uuid, 'send-value': @uuid, 'human-value': @value, class: 'mb-2' do
= render 'bootstrap/custom_checkbox', name: @name, id: random_id, value: @uuid, checked: true, content: @value = render 'bootstrap/custom_checkbox', name: @name, id: random_id, value: @uuid, checked: true, content: @value