+
<%= t('blocked_tenant.title') %>
+
+ <%= image_tag("blocked-tenant.png", size: 64, style: "margin: 0 auto") %>
\ No newline at end of file
diff --git a/app/views/static_pages/pending_tenant.html.erb b/app/views/static_pages/pending_tenant.html.erb
index 26ab7106..7bb86e3d 100644
--- a/app/views/static_pages/pending_tenant.html.erb
+++ b/app/views/static_pages/pending_tenant.html.erb
@@ -1,6 +1,16 @@
-
-
<%= t('pending_tenant.title') %>
-
<%= t('pending_tenant.message') %>
+
+
Verify your email address
+
+ <%= image_tag("pending-tenant.png", size: 64, style: "margin: 0 auto") %>
+
+
Please check your email inbox (and your spam folder!) and click on the activation link.
+
+
+ Need help?
+ >
+ Contact us.
+
+
\ No newline at end of file
diff --git a/app/views/tenants/new.html.erb b/app/views/tenants/new.html.erb
index 837e0617..1ca01d30 100644
--- a/app/views/tenants/new.html.erb
+++ b/app/views/tenants/new.html.erb
@@ -7,6 +7,8 @@
oauthUserEmail: @user_email,
oauthUserName: @user_name,
baseUrl: Rails.application.base_url,
+ astutoLogoImage: image_url("logo.png"),
+ pendingTenantImage: image_url("pending-tenant.png"),
authenticityToken: form_authenticity_token
}
)
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 07c5f24e..b9e4c110 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -68,20 +68,6 @@ en:
days:
one: '1 day ago'
other: '%{count} days ago'
- signup:
- page_title: 'Create your feedback space'
- step1:
- title: '1. Create user account'
- email_auth: 'Sign up with email'
- step2:
- title: '2. Create feedback space'
- create_button: 'Create feedback space'
- validations:
- subdomain_already_taken: 'Sorry, this subdomain is not available'
- subdomain_only_letters_and_numbers: 'Subdomain can only contain alphanumeric characters and hyphen'
- step3:
- title: "You're almost done!"
- message: "Check your email %{email} to activate your new feedback space %{subdomain}!"
header:
menu:
site_settings: 'Site settings'
@@ -90,9 +76,6 @@ en:
log_in: 'Log in / Sign up'
roadmap:
title: 'Roadmap'
- pending_tenant:
- title: 'Verify your email address'
- message: 'We''ve sent an email with an activation link to the email you provided during registration. Click on that link to activate this feedback space!'
blocked_tenant:
title: 'This feedback space has been blocked'
board: