]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/email_confirm.html.erb
Whitespace fixes for issues erb files
[rails.git] / app / views / notifier / email_confirm.html.erb
index 2afbfcbf62595cc03554d245b6a6c0298c13df31..369c81ae66531d8b70b10d4d4f9089fd1623c580 100644 (file)
@@ -1,7 +1,7 @@
-<p style="margin: 0"><%= t 'notifier.email_confirm_html.greeting' %></p>
+<p><%= 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 => Settings.server_url, :new_address => @address %></p>
 
 <p><%= t 'notifier.email_confirm_html.click_the_link' %></p>
 
-<p><a href="<%= @url %>" style="white-space: nowrap"><%= @url %></a></p>
+<p><a href="<%= @url %>"><%= @url %></a></p>