Commit 6e4dbde2 authored by dosire's avatar dosire

Improve actionability of notice.

parent 0dc48fac
...@@ -33,8 +33,9 @@ ...@@ -33,8 +33,9 @@
= f.text_field :email, class: "form-control", required: true = f.text_field :email, class: "form-control", required: true
- if @user.unconfirmed_email.present? - if @user.unconfirmed_email.present?
%span.help-block %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} %strong #{@user.unconfirmed_email}
- else - else
%span.help-block We also use email for avatar detection if no avatar is uploaded. %span.help-block We also use email for avatar detection if no avatar is uploaded.
.form-group .form-group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment