From 6e4dbde2e7e9f4ca2b172f8e59230cc3f6a86f4f Mon Sep 17 00:00:00 2001 From: dosire Date: Mon, 7 Apr 2014 14:14:14 +0200 Subject: [PATCH] Improve actionability of notice. --- app/views/profiles/show.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml index 523a07d..26e9f22 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 -- libgit2 0.21.2