From f23e451793f7e89c436aa653011f4f91e6fece0c Mon Sep 17 00:00:00 2001 From: f Date: Wed, 26 Jun 2024 14:02:44 -0300 Subject: [PATCH] fix: poder abrir modales --- app/views/posts/attributes/_new_has_one.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/attributes/_new_has_one.haml b/app/views/posts/attributes/_new_has_one.haml index 21b7b511..1d0bb380 100644 --- a/app/views/posts/attributes/_new_has_one.haml +++ b/app/views/posts/attributes/_new_has_one.haml @@ -28,7 +28,7 @@ = hidden_field_tag name, '' .d-flex.align-items-center.justify-content-between = label_tag id, post_label_t(attribute, post: post), class: 'h3' - = render 'bootstrap/btn', content: t('.edit'), action: 'modal#showAnother', data: { 'modal-show-value': modal_id }, id: random_id + = render 'bootstrap/btn', content: t('.edit'), data: { action: 'modal#showAnother', 'modal-show-value': modal_id }, id: random_id -# AquĆ­ se reemplaza por la tarjeta y el UUID luego de guardar .row.no-gutters.placeholder-glow{ id: target_id }