X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3aa69ffbdda5f111aed60d77e1a1eec8cdcad3ba..2c1033f62d450b7ed82058ee89d99983b7d97829:/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 index 66528bd83..000000000 --- a/app/views/notifier/signup_confirm.html.erb +++ /dev/null @@ -1,11 +0,0 @@ -<% content_for :body do %> -

<%= t("notifier.signup_confirm.greeting") %>

- -

<%= t("notifier.signup_confirm.created", :site_url => SERVER_URL) %>

- -

<%= t("notifier.signup_confirm.confirm") %>

- -

<%= link_to @url, @url, :style => "white-space: nowrap" %>

- -

<%= t("notifier.signup_confirm.welcome") %>

-<% end %>