]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/lost_password.html.erb
Merge branch 'master' into tag-colour-preview-rebase
[rails.git] / app / views / notifier / lost_password.html.erb
index 17862df673045a5456954d7b6195a7b420ce5dc3..3f371c80c1616189f61c39de93da60e8e898b088 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>