Add progress indicator to sign-up flow (#24545)
This commit is contained in:
parent
955ec252a4
commit
e5c0b16735
76 changed files with 157 additions and 105 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue