5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-06 19:06:56 +00:00

fixup! fixup! feat: pedir consentimiento #12795

This commit is contained in:
f 2023-03-28 17:39:17 -03:00
parent 75a92108f2
commit 221bab97dc

View file

@ -47,7 +47,7 @@
- id = "usuarie_#{field}" - id = "usuarie_#{field}"
- name = "usuarie[#{field}]" - name = "usuarie[#{field}]"
- content = t(".#{field}.label") - content = t(".#{field}.label")
= render 'bootstrap/custom_checkbox', id: id, name: name, content: content, required: required do = render 'bootstrap/custom_checkbox', id: id, name: name, content: content, required: required, value: "1" do
- href = t(".#{field}.href", default: '') - href = t(".#{field}.href", default: '')
- help = t(".#{field}.help") - help = t(".#{field}.help")
- if href.present? - if href.present?