From 894e5b3baae20a3fcd0295e5f0ed059c80442ae5 Mon Sep 17 00:00:00 2001 From: Yaro Shm Date: Mon, 27 Jan 2025 20:32:27 +0100 Subject: [PATCH] fix unlock email body rendering (#1008) --- .../app/views/devise/mailer/unlock_instructions.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bullet_train/app/views/devise/mailer/unlock_instructions.html.erb b/bullet_train/app/views/devise/mailer/unlock_instructions.html.erb index fc5e7f3c9..0bccc824d 100644 --- a/bullet_train/app/views/devise/mailer/unlock_instructions.html.erb +++ b/bullet_train/app/views/devise/mailer/unlock_instructions.html.erb @@ -1,4 +1,4 @@ -

<% t('.hello', email: @resource.email) %>

+

<%= t('.hello', email: @resource.email) %>

<%= t('.account_blocked') %>