mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 20:56:22 +00:00
fixup! fix: poder mandar uuids de relaciones!
This commit is contained in:
parent
d793d4fe54
commit
d596ae5714
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue