mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-01 07:01:50 +00:00
Merge branch 'issue-15068' into production.panel.sutty.nl
This commit is contained in:
commit
42e8462946
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