]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/email_confirm.html.erb
Dressed up note comment messages
[rails.git] / app / views / notifier / email_confirm.html.erb
1 <% content_for :body do %>
2   <p style="margin: 0"><%= t 'notifier.email_confirm_html.greeting' %></p>
3
4   <p><%= t 'notifier.email_confirm_html.hopefully_you', :server_url => SERVER_URL, :new_address => @address %></p>
5
6   <p><%= t 'notifier.email_confirm_html.click_the_link' %></p>
7
8   <p><a href="<%= @url %>" style="white-space: nowrap"><%= @url %></a></p>
9 <% end %>