]> git.openstreetmap.org Git - rails.git/commit
Provide both HTML and plain text versions of account confirmation and
authorTom Hughes <tom@compton.nu>
Wed, 26 Sep 2007 23:01:11 +0000 (23:01 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 26 Sep 2007 23:01:11 +0000 (23:01 +0000)
commite5018d8f08c98d00356a13d4e107f718191c331c
treeb0a71dd2b8ac5c548e70376006498a37ad0b075c
parent3db4ac9a8e8dd94bc288e98ff353452e401d0a59
Provide both HTML and plain text versions of account confirmation and
password reset emails to try and avoid problems with link truncation.
app/views/notifier/lost_password.text.html.rhtml [new file with mode: 0644]
app/views/notifier/lost_password.text.plain.rhtml [moved from app/views/notifier/lost_password.rhtml with 100% similarity]
app/views/notifier/reset_password.text.html.rhtml [new file with mode: 0644]
app/views/notifier/reset_password.text.plain.rhtml [moved from app/views/notifier/reset_password.rhtml with 100% similarity]
app/views/notifier/signup_confirm.text.html.rhtml [new file with mode: 0644]
app/views/notifier/signup_confirm.text.plain.rhtml [moved from app/views/notifier/signup_confirm.rhtml with 100% similarity]