rails_port_0.5: Merge rails_port.
This commit is contained in:
commit
2d6c36d97b
6 changed files with 19 additions and 0 deletions
8
app/views/notifier/lost_password.text.html.rhtml
Normal file
8
app/views/notifier/lost_password.text.html.rhtml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<p>Hi,</p>
|
||||
|
||||
<p>Someone (possibly you) has asked for the password to be reset on this
|
||||
email addresses openstreetmap.org account.</p>
|
||||
|
||||
<p>If this is you, please click the link below to reset your password.</p>
|
||||
|
||||
<p><a href="<%= @url %>"><%= @url %></a></p>
|
3
app/views/notifier/reset_password.text.html.rhtml
Normal file
3
app/views/notifier/reset_password.text.html.rhtml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<p>Hi,</p>
|
||||
|
||||
<p>Your password has been reset to <%= @pass %></p>
|
8
app/views/notifier/signup_confirm.text.html.rhtml
Normal file
8
app/views/notifier/signup_confirm.text.html.rhtml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<p>Hi,</p>
|
||||
|
||||
<p>Someone (hopefully you) would like to create an account over at
|
||||
<%= SERVER_URL %>.</p>
|
||||
|
||||
<p>If this is you, please click the link below to confirm that account.</p>
|
||||
|
||||
<p><a href="><%= @url %>"><%= @url %></a></p>
|
Loading…
Add table
Reference in a new issue