summaryrefslogtreecommitdiff
path: root/app/views/shared/_confirm_your_email_alert.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_confirm_your_email_alert.html.haml')
-rw-r--r--app/views/shared/_confirm_your_email_alert.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/shared/_confirm_your_email_alert.html.haml b/app/views/shared/_confirm_your_email_alert.html.haml
new file mode 100644
index 00000000000..b9906a89ce4
--- /dev/null
+++ b/app/views/shared/_confirm_your_email_alert.html.haml
@@ -0,0 +1,7 @@
+.js-vue-alert{ 'v-cloak': true,
+ data: { dismissible: 'true',
+ title: _('Please confirm your email address'),
+ primary_button_text: _('Resend confirmation email'),
+ primary_button_link: new_user_confirmation_path,
+ variant: 'warning'} }
+ = (_("To continue, you need to select the link in the confirmation email we sent to verify your email address. If you didn't get our email, select %{strongStart}Resend confirmation email.%{strongEnd}") % { strongStart: '<strong>', strongEnd: '</strong>' }).html_safe