]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/lost_password.html.erb
Dressed up lost password mail
[rails.git] / app / views / notifier / lost_password.html.erb
index 5f1012ac6dcd3ac0d2524a9ac2868fb774e94339..17862df673045a5456954d7b6195a7b420ce5dc3 100644 (file)
@@ -1,7 +1,9 @@
-<p><%= t 'notifier.lost_password_html.greeting' %></p>
+<% content_for :body do %>
+  <p style="margin: 0"><%= t 'notifier.lost_password_html.greeting' %></p>
 
-<p><%= t 'notifier.lost_password_html.hopefully_you' %></p>
+  <p><%= t 'notifier.lost_password_html.hopefully_you' %></p>
 
-<p><%= t 'notifier.lost_password_html.click_the_link' %></p>
+  <p><%= t 'notifier.lost_password_html.click_the_link' %></p>
 
-<p><a href="<%= @url %>"><%= @url %></a></p>
+  <p><a href="<%= @url %>"><%= @url %></a></p>
+<% end %>