From 33859946c27ac17301543c25e381e341a1f620e0 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 28 Mar 2023 18:19:19 -0300 Subject: [PATCH] fixup! fixup! fixup! fixup! feat: pedir consentimiento #12795 --- app/views/bootstrap/_custom_checkbox.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/bootstrap/_custom_checkbox.haml b/app/views/bootstrap/_custom_checkbox.haml index 339c05d2..0c3ff3a6 100644 --- a/app/views/bootstrap/_custom_checkbox.haml +++ b/app/views/bootstrap/_custom_checkbox.haml @@ -1,4 +1,4 @@ -- help_id = "#{id}-help" +- help_id = "#{id}_help" .custom-control.custom-checkbox %input.custom-control-input{ id: id, type: 'checkbox', name: name, value: value, required: required }