diff --git a/app/views/devise/mailer/confirmation_instructions.html.erb b/app/views/devise/mailer/confirmation_instructions.html.erb index 1f504444d..88f784dc4 100644 --- a/app/views/devise/mailer/confirmation_instructions.html.erb +++ b/app/views/devise/mailer/confirmation_instructions.html.erb @@ -1,5 +1,14 @@ -

<%= t("devise_views.mailer.confirmation_instructions.welcome") %> <%= @email %>

+ -

<%= t("devise_views.mailer.confirmation_instructions.text") %>

+

+ <%= t("devise_views.mailer.confirmation_instructions.welcome") %> <%= @email %> +

-

<%= link_to t("devise_views.mailer.confirmation_instructions.confirm_link"), confirmation_url(@resource, confirmation_token: @token) %>

+

+ <%= t("devise_views.mailer.confirmation_instructions.text") %> +

+ +

+ <%= link_to t("devise_views.mailer.confirmation_instructions.confirm_link"), confirmation_url(@resource, confirmation_token: @token), style: "color: #2895F1; text-decoration:none;" %> +

+ diff --git a/app/views/devise/mailer/reset_password_instructions.html.erb b/app/views/devise/mailer/reset_password_instructions.html.erb index 78923ce92..0e7951813 100644 --- a/app/views/devise/mailer/reset_password_instructions.html.erb +++ b/app/views/devise/mailer/reset_password_instructions.html.erb @@ -1,8 +1,26 @@ -

<%= t("devise_views.mailer.reset_password_instructions.hello") %> <%= @resource.email %>

+ -

<%= t("devise_views.mailer.reset_password_instructions.text") %>

+

+ <%= t("devise_views.mailer.reset_password_instructions.title") %> +

-

<%= link_to t("devise_views.mailer.reset_password_instructions.change_link"), edit_password_url(@resource, reset_password_token: @token) %>

+

+ <%= t("devise_views.mailer.reset_password_instructions.hello") %> <%= @resource.email %> +

-

<%= t("devise_views.mailer.reset_password_instructions.ignore_text") %>

-

<%= t("devise_views.mailer.reset_password_instructions.info_text") %>

+

+ <%= t("devise_views.mailer.reset_password_instructions.text") %> +

+ +

+ <%= link_to t("devise_views.mailer.reset_password_instructions.change_link"), edit_password_url(@resource, reset_password_token: @token), style: "color: #2895F1; text-decoration:none;" %> +

+ +

+ <%= t("devise_views.mailer.reset_password_instructions.ignore_text") %> +

+ +

+ <%= t("devise_views.mailer.reset_password_instructions.info_text") %> +

+ diff --git a/app/views/devise/mailer/unlock_instructions.html.erb b/app/views/devise/mailer/unlock_instructions.html.erb index 12f4d2b62..41ddc2f19 100644 --- a/app/views/devise/mailer/unlock_instructions.html.erb +++ b/app/views/devise/mailer/unlock_instructions.html.erb @@ -1,7 +1,22 @@ -

<%= t("devise_views.mailer.unlock_instructions.hello") %> <%= @resource.email %>

+ -

<%= t("devise_views.mailer.unlock_instructions.info_text") %>

+

+ <%= t("devise_views.mailer.unlock_instructions.title") %> +

-

<%= t("devise_views.mailer.unlock_instructions.instructions_text") %>

+

+ <%= t("devise_views.mailer.unlock_instructions.hello") %> <%= @resource.email %> +

-

<%= link_to t("devise_views.mailer.unlock_instructions.unlock_link"), unlock_url(@resource, unlock_token: @token) %>

+

+ <%= t("devise_views.mailer.unlock_instructions.info_text") %> +

+ +

+ <%= t("devise_views.mailer.unlock_instructions.instructions_text") %> +

+ +

+ <%= link_to t("devise_views.mailer.unlock_instructions.unlock_link"), unlock_url(@resource, unlock_token: @token), style: "color: #2895F1; text-decoration:none;" %> +

+