From 235e77fc26fabcf92db09a1b3d965257621c846e Mon Sep 17 00:00:00 2001 From: Herve Saint-Amand Date: Thu, 12 Jan 2017 22:30:31 +0000 Subject: [PATCH] Dressed up lost password mail --- app/views/notifier/lost_password.html.erb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/views/notifier/lost_password.html.erb b/app/views/notifier/lost_password.html.erb index 5f1012ac6..17862df67 100644 --- a/app/views/notifier/lost_password.html.erb +++ b/app/views/notifier/lost_password.html.erb @@ -1,7 +1,9 @@ -

<%= t 'notifier.lost_password_html.greeting' %>

+<% content_for :body do %> +

<%= t 'notifier.lost_password_html.greeting' %>

-

<%= t 'notifier.lost_password_html.hopefully_you' %>

+

<%= t 'notifier.lost_password_html.hopefully_you' %>

-

<%= t 'notifier.lost_password_html.click_the_link' %>

+

<%= t 'notifier.lost_password_html.click_the_link' %>

-

<%= @url %>

+

<%= @url %>

+<% end %> -- 2.39.5