openstreetmap-website/app/views/notifier/email_confirm.html.erb
Herve Saint-Amand c94213847b Simplified the partial layout
Rather than wrap the body in a :body block, just make it the default, unnamed block, which keeps the markup more lightweight.
2017-01-13 22:43:23 +00:00

7 lines
323 B
Text

<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.click_the_link' %></p>
<p><a href="<%= @url %>" style="white-space: nowrap"><%= @url %></a></p>