]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/email_confirm.html.erb
Dressed up a few more messages.
[rails.git] / app / views / notifier / email_confirm.html.erb
index 5b7c74d7f52dd608bcb41569b6db3c5577d6654b..5c639d57fdf42a2222c00fc7aaebe28fdc96af8d 100644 (file)
@@ -1,7 +1,9 @@
-<p><%= t 'notifier.email_confirm_html.greeting' %></p>
+<% content_for :body do %>
+  <p style="margin: 0"><%= t 'notifier.email_confirm_html.greeting' %></p>
 
-<p><%= t 'notifier.email_confirm_html.hopefully_you', :server_url => SERVER_URL, :new_address => @address %></p>
+  <p><%= t 'notifier.email_confirm_html.hopefully_you', :server_url => SERVER_URL, :new_address => @address %></p>
 
-<p><%= t 'notifier.email_confirm_html.click_the_link' %></p>
+  <p><%= t 'notifier.email_confirm_html.click_the_link' %></p>
 
-<p><a href="<%= @url %>"><%= @url %></a></p>
+  <p><a href="<%= @url %>" style="white-space: nowrap"><%= @url %></a></p>
+<% end %>