From dc9b0e8c948994d65c592bbc79ed3e6efc11a49d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 22 Sep 2010 18:36:53 +0100 Subject: [PATCH 1/1] Rename notifier views to new style names --- ..._notification.html.erb => diary_comment_notification.text.erb} | 0 .../{email_confirm.text.html.erb => email_confirm.html.erb} | 0 .../{email_confirm.text.plain.erb => email_confirm.text.erb} | 0 ...{friend_notification.html.erb => friend_notification.text.erb} | 0 .../{lost_password.text.html.erb => lost_password.html.erb} | 0 .../{lost_password.text.plain.erb => lost_password.text.erb} | 0 ...essage_notification.html.erb => message_notification.text.erb} | 0 .../{signup_confirm.text.html.erb => signup_confirm.html.erb} | 0 .../{signup_confirm.text.plain.erb => signup_confirm.text.erb} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename app/views/notifier/{diary_comment_notification.html.erb => diary_comment_notification.text.erb} (100%) rename app/views/notifier/{email_confirm.text.html.erb => email_confirm.html.erb} (100%) rename app/views/notifier/{email_confirm.text.plain.erb => email_confirm.text.erb} (100%) rename app/views/notifier/{friend_notification.html.erb => friend_notification.text.erb} (100%) rename app/views/notifier/{lost_password.text.html.erb => lost_password.html.erb} (100%) rename app/views/notifier/{lost_password.text.plain.erb => lost_password.text.erb} (100%) rename app/views/notifier/{message_notification.html.erb => message_notification.text.erb} (100%) rename app/views/notifier/{signup_confirm.text.html.erb => signup_confirm.html.erb} (100%) rename app/views/notifier/{signup_confirm.text.plain.erb => signup_confirm.text.erb} (100%) 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 -- 2.43.2