diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-02-27 10:34:47 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-02-27 10:34:47 +1100 |
commit | 835b51c1de0d49e652fe9c9a60f0974275de070c (patch) | |
tree | 0d64a841f28654a66556bcc0c0bb1153bae645a2 /app/views/layouts | |
parent | 77a284d6d088f7aa6d40810d46a39658fc6cf2cd (diff) |
Rename ALL THE TEMPLATES!!1!!!one!!1!!
.rhtml is deprecated in favour of .erb in Rails 3
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/admin.html.erb (renamed from app/views/layouts/admin.rhtml) | 0 | ||||
-rw-r--r-- | app/views/layouts/contact_mailer.html.erb (renamed from app/views/layouts/contact_mailer.rhtml) | 0 | ||||
-rw-r--r-- | app/views/layouts/default.html.erb (renamed from app/views/layouts/default.rhtml) | 0 | ||||
-rw-r--r-- | app/views/layouts/no_chrome.html.erb (renamed from app/views/layouts/no_chrome.rhtml) | 0 | ||||
-rw-r--r-- | app/views/layouts/outgoing_mailer.html.erb (renamed from app/views/layouts/outgoing_mailer.rhtml) | 0 | ||||
-rw-r--r-- | app/views/layouts/request_mailer.html.erb (renamed from app/views/layouts/request_mailer.rhtml) | 0 | ||||
-rw-r--r-- | app/views/layouts/user_mailer.html.erb (renamed from app/views/layouts/user_mailer.rhtml) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/app/views/layouts/admin.rhtml b/app/views/layouts/admin.html.erb index d85eecbf2..d85eecbf2 100644 --- a/app/views/layouts/admin.rhtml +++ b/app/views/layouts/admin.html.erb diff --git a/app/views/layouts/contact_mailer.rhtml b/app/views/layouts/contact_mailer.html.erb index 3cdc75009..3cdc75009 100644 --- a/app/views/layouts/contact_mailer.rhtml +++ b/app/views/layouts/contact_mailer.html.erb diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.html.erb index 28d099984..28d099984 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.html.erb diff --git a/app/views/layouts/no_chrome.rhtml b/app/views/layouts/no_chrome.html.erb index 74c79b701..74c79b701 100644 --- a/app/views/layouts/no_chrome.rhtml +++ b/app/views/layouts/no_chrome.html.erb diff --git a/app/views/layouts/outgoing_mailer.rhtml b/app/views/layouts/outgoing_mailer.html.erb index 8bf8ef216..8bf8ef216 100644 --- a/app/views/layouts/outgoing_mailer.rhtml +++ b/app/views/layouts/outgoing_mailer.html.erb diff --git a/app/views/layouts/request_mailer.rhtml b/app/views/layouts/request_mailer.html.erb index 3cdc75009..3cdc75009 100644 --- a/app/views/layouts/request_mailer.rhtml +++ b/app/views/layouts/request_mailer.html.erb diff --git a/app/views/layouts/user_mailer.rhtml b/app/views/layouts/user_mailer.html.erb index 3cdc75009..3cdc75009 100644 --- a/app/views/layouts/user_mailer.rhtml +++ b/app/views/layouts/user_mailer.html.erb |