From: Gabriel Ebner Date: Thu, 27 Sep 2007 09:05:17 +0000 (+0000) Subject: rails_port_0.5: Merge rails_port. X-Git-Tag: live~9179^2~5 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2d6c36d97bc8c39673be8efbab11ca64de1e89a2?hp=8c2a873aa0080f88a152ffc90c15e738b528de02 rails_port_0.5: Merge rails_port. --- diff --git a/app/views/notifier/lost_password.text.html.rhtml b/app/views/notifier/lost_password.text.html.rhtml new file mode 100644 index 000000000..341240ea8 --- /dev/null +++ b/app/views/notifier/lost_password.text.html.rhtml @@ -0,0 +1,8 @@ +

Hi,

+ +

Someone (possibly you) has asked for the password to be reset on this + email addresses openstreetmap.org account.

+ +

If this is you, please click the link below to reset your password.

+ +

<%= @url %>

diff --git a/app/views/notifier/lost_password.rhtml b/app/views/notifier/lost_password.text.plain.rhtml similarity index 100% rename from app/views/notifier/lost_password.rhtml rename to app/views/notifier/lost_password.text.plain.rhtml diff --git a/app/views/notifier/reset_password.text.html.rhtml b/app/views/notifier/reset_password.text.html.rhtml new file mode 100644 index 000000000..a99ca378e --- /dev/null +++ b/app/views/notifier/reset_password.text.html.rhtml @@ -0,0 +1,3 @@ +

Hi,

+ +

Your password has been reset to <%= @pass %>

diff --git a/app/views/notifier/reset_password.rhtml b/app/views/notifier/reset_password.text.plain.rhtml similarity index 100% rename from app/views/notifier/reset_password.rhtml rename to app/views/notifier/reset_password.text.plain.rhtml diff --git a/app/views/notifier/signup_confirm.text.html.rhtml b/app/views/notifier/signup_confirm.text.html.rhtml new file mode 100644 index 000000000..2272b0152 --- /dev/null +++ b/app/views/notifier/signup_confirm.text.html.rhtml @@ -0,0 +1,8 @@ +

Hi,

+ +

Someone (hopefully you) would like to create an account over at + <%= SERVER_URL %>.

+ +

If this is you, please click the link below to confirm that account.

+ +

<%= @url %>

diff --git a/app/views/notifier/signup_confirm.rhtml b/app/views/notifier/signup_confirm.text.plain.rhtml similarity index 100% rename from app/views/notifier/signup_confirm.rhtml rename to app/views/notifier/signup_confirm.text.plain.rhtml