2
0

Add terms of service (#33055)

This commit is contained in:
Eugen Rochko
2024-12-09 11:04:46 +01:00
committed by GitHub
parent 7a2a345c08
commit 30aa0df88c
129 changed files with 1456 additions and 238 deletions

View File

@@ -72,7 +72,7 @@
.fields-group
= f.input :agreement,
as: :boolean,
label: t('auth.privacy_policy_agreement_html', rules_path: about_more_path, privacy_policy_path: privacy_policy_path),
label: t('auth.user_agreement_html', privacy_policy_path: privacy_policy_path, terms_of_service_path: terms_of_service_path),
required: false,
wrapper: :with_label