]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/signup_confirm.html.erb
Rename Notifier to UserMailer
[rails.git] / app / views / notifier / signup_confirm.html.erb
diff --git a/app/views/notifier/signup_confirm.html.erb b/app/views/notifier/signup_confirm.html.erb
deleted file mode 100644 (file)
index 66528bd..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<% content_for :body do %>
-  <p style="margin: 0"><%= t("notifier.signup_confirm.greeting") %></p>
-
-  <p><%= t("notifier.signup_confirm.created", :site_url => SERVER_URL) %></p>
-
-  <p><%= t("notifier.signup_confirm.confirm") %></p>
-
-  <p><%= link_to @url, @url, :style => "white-space: nowrap" %></nobr></p>
-
-  <p><%= t("notifier.signup_confirm.welcome") %></p>
-<% end %>