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

@ -14,5 +14,5 @@
- if controller_name != 'confirmations' && (!user_signed_in? || !current_user.confirmed? || current_user.unconfirmed_email.present?)
%li= link_to t('auth.didnt_get_confirmation'), new_user_confirmation_path
- if user_signed_in? && controller_name != 'setup'
- if user_signed_in?
%li= link_to t('auth.logout'), destroy_user_session_path, data: { method: :delete }