Add progress indicator to sign-up flow (#24545)

This commit is contained in:
Eugen Rochko
2023-04-16 07:01:24 +02:00
committed by GitHub
parent 955ec252a4
commit e5c0b16735
76 changed files with 157 additions and 105 deletions

View File

@@ -5,6 +5,8 @@
= render partial: 'shared/og', locals: { description: description_for_sign_up }
.simple_form
= render 'auth/shared/progress', stage: 'rules'
%h1.title= t('auth.rules.title')
%p.lead= t('auth.rules.preamble', domain: site_hostname)