diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-20 08:32:30 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-20 08:32:30 +0000 |
commit | d249989257a16135a6812855e2bc286d418b339d (patch) | |
tree | 820cd1eb1f5e038a974807c7259da77ad2b12c17 /extra/sample_plugin | |
parent | cb4abb115de07431c5bffddd4d51d9c7be23c1d0 (diff) | |
download | redmine-d249989257a16135a6812855e2bc286d418b339d.tar.gz redmine-d249989257a16135a6812855e2bc286d418b339d.zip |
Rails3: rename sample_plugin .rhtml to .html.erb (#6317, #4796)
:rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8304 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'extra/sample_plugin')
-rw-r--r-- | extra/sample_plugin/app/views/example/say_goodbye.html.erb (renamed from extra/sample_plugin/app/views/example/say_goodbye.rhtml) | 0 | ||||
-rw-r--r-- | extra/sample_plugin/app/views/example/say_hello.html.erb (renamed from extra/sample_plugin/app/views/example/say_hello.rhtml) | 0 | ||||
-rw-r--r-- | extra/sample_plugin/app/views/my/blocks/_sample_block.html.erb (renamed from extra/sample_plugin/app/views/my/blocks/_sample_block.rhtml) | 0 | ||||
-rw-r--r-- | extra/sample_plugin/app/views/settings/_sample_plugin_settings.html.erb (renamed from extra/sample_plugin/app/views/settings/_sample_plugin_settings.rhtml) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/extra/sample_plugin/app/views/example/say_goodbye.rhtml b/extra/sample_plugin/app/views/example/say_goodbye.html.erb index 3f4d63dae..3f4d63dae 100644 --- a/extra/sample_plugin/app/views/example/say_goodbye.rhtml +++ b/extra/sample_plugin/app/views/example/say_goodbye.html.erb diff --git a/extra/sample_plugin/app/views/example/say_hello.rhtml b/extra/sample_plugin/app/views/example/say_hello.html.erb index 17aca7bc4..17aca7bc4 100644 --- a/extra/sample_plugin/app/views/example/say_hello.rhtml +++ b/extra/sample_plugin/app/views/example/say_hello.html.erb diff --git a/extra/sample_plugin/app/views/my/blocks/_sample_block.rhtml b/extra/sample_plugin/app/views/my/blocks/_sample_block.html.erb index c19e49739..c19e49739 100644 --- a/extra/sample_plugin/app/views/my/blocks/_sample_block.rhtml +++ b/extra/sample_plugin/app/views/my/blocks/_sample_block.html.erb diff --git a/extra/sample_plugin/app/views/settings/_sample_plugin_settings.rhtml b/extra/sample_plugin/app/views/settings/_sample_plugin_settings.html.erb index bf06e2666..bf06e2666 100644 --- a/extra/sample_plugin/app/views/settings/_sample_plugin_settings.rhtml +++ b/extra/sample_plugin/app/views/settings/_sample_plugin_settings.html.erb |