summaryrefslogtreecommitdiff
path: root/app/views/profiles/show.html.haml
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-04-07 14:14:14 +0200
committerdosire <sytses@gmail.com>2014-04-07 14:14:14 +0200
commit6e4dbde2e7e9f4ca2b172f8e59230cc3f6a86f4f (patch)
tree7b3911b8c25379942531814a69bb50e149299d2e /app/views/profiles/show.html.haml
parent0dc48fac6b68299c8043b7e03a9fac3ae2b4888c (diff)
downloadgitlab-ce-6e4dbde2e7e9f4ca2b172f8e59230cc3f6a86f4f.tar.gz
Improve actionability of notice.
Diffstat (limited to 'app/views/profiles/show.html.haml')
-rw-r--r--app/views/profiles/show.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml
index 523a07db400..26e9f22c3cc 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