From: Tom Hughes Date: Wed, 22 Sep 2010 17:36:53 +0000 (+0100) Subject: Rename notifier views to new style names X-Git-Tag: live~6151 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/dc9b0e8c948994d65c592bbc79ed3e6efc11a49d?hp=1e13e6ae2d5326d93ec3c55daaac08d884d69265 Rename notifier views to new style names --- diff --git a/app/views/notifier/diary_comment_notification.html.erb b/app/views/notifier/diary_comment_notification.text.erb similarity index 100% rename from app/views/notifier/diary_comment_notification.html.erb rename to app/views/notifier/diary_comment_notification.text.erb diff --git a/app/views/notifier/email_confirm.text.html.erb b/app/views/notifier/email_confirm.html.erb similarity index 100% rename from app/views/notifier/email_confirm.text.html.erb rename to app/views/notifier/email_confirm.html.erb diff --git a/app/views/notifier/email_confirm.text.plain.erb b/app/views/notifier/email_confirm.text.erb similarity index 100% rename from app/views/notifier/email_confirm.text.plain.erb rename to app/views/notifier/email_confirm.text.erb diff --git a/app/views/notifier/friend_notification.html.erb b/app/views/notifier/friend_notification.text.erb similarity index 100% rename from app/views/notifier/friend_notification.html.erb rename to app/views/notifier/friend_notification.text.erb diff --git a/app/views/notifier/lost_password.text.html.erb b/app/views/notifier/lost_password.html.erb similarity index 100% rename from app/views/notifier/lost_password.text.html.erb rename to app/views/notifier/lost_password.html.erb diff --git a/app/views/notifier/lost_password.text.plain.erb b/app/views/notifier/lost_password.text.erb similarity index 100% rename from app/views/notifier/lost_password.text.plain.erb rename to app/views/notifier/lost_password.text.erb diff --git a/app/views/notifier/message_notification.html.erb b/app/views/notifier/message_notification.text.erb similarity index 100% rename from app/views/notifier/message_notification.html.erb rename to app/views/notifier/message_notification.text.erb diff --git a/app/views/notifier/signup_confirm.text.html.erb b/app/views/notifier/signup_confirm.html.erb similarity index 100% rename from app/views/notifier/signup_confirm.text.html.erb rename to app/views/notifier/signup_confirm.html.erb diff --git a/app/views/notifier/signup_confirm.text.plain.erb b/app/views/notifier/signup_confirm.text.erb similarity index 100% rename from app/views/notifier/signup_confirm.text.plain.erb rename to app/views/notifier/signup_confirm.text.erb