5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-20 23:02:06 +00:00

fixup! feat: pedir consentimiento #12795

This commit is contained in:
f 2023-03-28 17:38:28 -03:00
parent fd109d79c3
commit 75a92108f2

View file

@ -0,0 +1,6 @@
- help_id = "#{id}-help"
.custom-control.custom-checkbox
%input.custom-control-input{ id: id, type: 'checkbox', name: name, value: value, required: required }
%label.custom-control-label{ for: id, aria: { describedby: help_id } }= content
%small.form-text.text-muted{ id: help_id }= yield