Add min. age to terms of service (#34105)
This commit is contained in:
parent
feedab26f0
commit
2cabbae132
5 changed files with 13 additions and 5 deletions
|
@ -9,11 +9,12 @@ class TermsOfService::Generator
|
|||
admin_email
|
||||
arbitration_address
|
||||
arbitration_website
|
||||
choice_of_law
|
||||
dmca_address
|
||||
dmca_email
|
||||
domain
|
||||
jurisdiction
|
||||
choice_of_law
|
||||
min_age
|
||||
).freeze
|
||||
|
||||
attr_accessor(*VARIABLES)
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
.fields-group
|
||||
= form.input :domain, wrapper: :with_label
|
||||
|
||||
.fields-group
|
||||
= form.input :min_age, wrapper: :with_label
|
||||
|
||||
.fields-group
|
||||
= form.input :jurisdiction, wrapper: :with_label
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue