Updated registration legal links

removed server rules, updated all localizations for "checkbox_agreement_html"
This commit is contained in:
mgabdev
2019-07-12 15:30:08 -04:00
parent 4e9b22640c
commit ca1984e499
20 changed files with 20 additions and 20 deletions

View File

@@ -33,7 +33,7 @@
= f.input :invite_code, as: :hidden
.fields-group
= f.input :agreement, as: :boolean, wrapper: :with_label, label: t('auth.checkbox_agreement_html', rules_path: about_privacy_path, about_tos_path: about_tos_path)
= f.input :agreement, as: :boolean, wrapper: :with_label, label: t('auth.checkbox_agreement_html', about_tos_path: about_tos_path)
.actions
= f.button :button, @invite.present? ? t('auth.register') : sign_up_message, type: :submit