diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml index 523a07db4001a8fe0e933c4f855f4be80dd79d73..26e9f22c3ccc837e3376d95c6e9b21ed97a23484 100644 --- a/app/views/profiles/show.html.haml +++ b/app/views/profiles/show.html.haml @@ -33,8 +33,9 @@ = f.text_field :email, class: "form-control", required: true - if @user.unconfirmed_email.present? %span.help-block - We sent confirmation email to + Please click the link in the confirmation email before continuing, it was send to %strong #{@user.unconfirmed_email} + - else %span.help-block We also use email for avatar detection if no avatar is uploaded. .form-group