Improve actionability of notice.

This commit is contained in:
dosire 2014-04-07 14:14:14 +02:00
parent 0dc48fac6b
commit 6e4dbde2e7
1 changed files with 2 additions and 1 deletions

View File

@ -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