From 54e27896f443d27aaf02dc70ee8da0792425501b Mon Sep 17 00:00:00 2001 From: Yuki Date: Tue, 21 Jul 2015 23:57:59 +0530 Subject: [PATCH] Add missing ='s to text templates --- app/views/devise/mailer/reset_password_instructions.text.erb | 2 +- app/views/devise/mailer/unlock_instructions.text.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/devise/mailer/reset_password_instructions.text.erb b/app/views/devise/mailer/reset_password_instructions.text.erb index ab7cadb6..695942fb 100644 --- a/app/views/devise/mailer/reset_password_instructions.text.erb +++ b/app/views/devise/mailer/reset_password_instructions.text.erb @@ -1,4 +1,4 @@ -Hello <% @resource.screen_name %> +Hello <%= @resource.screen_name %> Someone (hopefully you) has requested a link to change your password. You can do this by copying the link below and entering it into your browser. diff --git a/app/views/devise/mailer/unlock_instructions.text.erb b/app/views/devise/mailer/unlock_instructions.text.erb index 6cda15fe..73356bfd 100644 --- a/app/views/devise/mailer/unlock_instructions.text.erb +++ b/app/views/devise/mailer/unlock_instructions.text.erb @@ -1,4 +1,4 @@ -Hello <% @resource.screen_name %> +Hello <%= @resource.screen_name %> Your account has been locked due to an excessive number of unsuccessful sign in attempts. You can unlock your account by copying the link below