summaryrefslogtreecommitdiff
path: root/app/views/devise
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-11 16:14:29 +0000
committerRobert Speicher <rspeicher@gmail.com>2016-04-21 20:20:09 -0400
commit50ed43e49099648fa5c242d0cee15f05e50349c3 (patch)
tree7b5f471f20bb550bcd2ce899aff1e09af78ac294 /app/views/devise
parentaea97991977bc2af27ce93f5b5e2bd9b7735999e (diff)
downloadgitlab-ce-50ed43e49099648fa5c242d0cee15f05e50349c3.tar.gz
Improved confirmation UXconfirmation-screen
Closes #4228
Diffstat (limited to 'app/views/devise')
-rw-r--r--app/views/devise/confirmations/almost_there.haml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/devise/confirmations/almost_there.haml b/app/views/devise/confirmations/almost_there.haml
new file mode 100644
index 00000000000..3c3830a3f10
--- /dev/null
+++ b/app/views/devise/confirmations/almost_there.haml
@@ -0,0 +1,10 @@
+.well-confirmation.text-center
+ %h1.prepend-top-0
+ Almost there...
+ %p.lead
+ Please check your email to confirm your account
+%p.confirmation-content.text-center
+ No confirmation email received? Please check your spam folder or
+.append-bottom-20.prepend-top-20.text-center
+ %a.btn.btn-lg.btn-success{ href: new_user_confirmation_path }
+ Request new confirmation email