]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/lost_password.html.erb
Merge pull request #1151 from polarbearing/patch-1
[rails.git] / app / views / notifier / lost_password.html.erb
index 17862df673045a5456954d7b6195a7b420ce5dc3..5f1012ac6dcd3ac0d2524a9ac2868fb774e94339 100644 (file)
@@ -1,9 +1,7 @@
-<% content_for :body do %>
-  <p style="margin: 0"><%= t 'notifier.lost_password_html.greeting' %></p>
+<p><%= 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>
-<% end %>
+<p><a href="<%= @url %>"><%= @url %></a></p>