mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 22:06:21 +00:00
fixup! fixup! feat: pedir consentimiento #12795
This commit is contained in:
parent
75a92108f2
commit
221bab97dc
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
- id = "usuarie_#{field}"
|
||||
- name = "usuarie[#{field}]"
|
||||
- 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: '')
|
||||
- help = t(".#{field}.help")
|
||||
- if href.present?
|
||||
|
|
Loading…
Reference in a new issue