improve ui
This commit is contained in:
parent
b160086cc5
commit
adfac5fb7b
1 changed files with 7 additions and 6 deletions
|
@ -20,12 +20,13 @@
|
|||
%p
|
||||
Votre email est actuellement
|
||||
%span.email-address= current_user.email
|
||||
|
||||
- if current_user.unconfirmed_email.present?
|
||||
.card.warning
|
||||
.card-title
|
||||
|
||||
%p.mb-4
|
||||
Changement en attente :
|
||||
%span.email-address= current_user.unconfirmed_email
|
||||
%p
|
||||
%br
|
||||
Pour finaliser votre changement d’adresse, vérifiez vos emails et cliquez sur le lien de confirmation.
|
||||
|
||||
- if current_user.instructeur?
|
||||
|
|
Loading…
Add table
Reference in a new issue