mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-01 07:01:50 +00:00
Merge branch 'production.panel.sutty.nl' of 0xacab.org:sutty/sutty into production.panel.sutty.nl
This commit is contained in:
commit
27594477ca
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'
|
= 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
|
= render 'bootstrap/custom_checkbox', name: @name, id: random_id, value: @uuid, checked: true, content: @value
|
||||||
|
|
Loading…
Reference in a new issue