]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/email_confirm.html.erb
Rename notifier views to new style names
[rails.git] / app / views / notifier / email_confirm.html.erb
diff --git a/app/views/notifier/email_confirm.html.erb b/app/views/notifier/email_confirm.html.erb
new file mode 100644 (file)
index 0000000..5b7c74d
--- /dev/null
@@ -0,0 +1,7 @@
+<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.click_the_link' %></p>
+
+<p><a href="<%= @url %>"><%= @url %></a></p>