X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dc9b0e8c948994d65c592bbc79ed3e6efc11a49d..7ef57b2fe858689370dea6852b196d2213dacefa:/app/views/notifier/lost_password.html.erb 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 %>