mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 23:26:21 +00:00
fix: poder cancelar el modal #16711
This commit is contained in:
parent
3a2005e54a
commit
58cd2f514a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
.form-group.mb-0{ id: "#{id}_body" }
|
||||
-# Eliminamos las tildes para poder buscar independientemente de cómo se escriba
|
||||
- metadata.values.each_pair do |value, key|
|
||||
.mb-2{ data: { target: 'array.item', 'searchable-value': value.remove_diacritics.downcase, value: value } }
|
||||
.mb-2{ data: { target: 'array.item', 'searchable-value': value.remove_diacritics.downcase, value: key } }
|
||||
= render 'bootstrap/custom_checkbox', name: name, id: random_id, value: key, checked: metadata.value.include?(key), content: value, data: { action: 'required-checkbox#change', target: 'required-checkbox.checkbox' }
|
||||
|
||||
- content_for :"#{id}_footer" do
|
||||
|
|
Loading…
Reference in a new issue