]> source.dussan.org Git - redmine.git/commit
Rails3: rename sample_plugin .rhtml to .html.erb (#6317, #4796)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 20 Dec 2011 08:32:30 +0000 (08:32 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 20 Dec 2011 08:32:30 +0000 (08:32 +0000)
commitd249989257a16135a6812855e2bc286d418b339d
tree820cd1eb1f5e038a974807c7259da77ad2b12c17
parentcb4abb115de07431c5bffddd4d51d9c7be23c1d0
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
extra/sample_plugin/app/views/example/say_goodbye.html.erb [new file with mode: 0644]
extra/sample_plugin/app/views/example/say_goodbye.rhtml [deleted file]
extra/sample_plugin/app/views/example/say_hello.html.erb [new file with mode: 0644]
extra/sample_plugin/app/views/example/say_hello.rhtml [deleted file]
extra/sample_plugin/app/views/my/blocks/_sample_block.html.erb [new file with mode: 0644]
extra/sample_plugin/app/views/my/blocks/_sample_block.rhtml [deleted file]
extra/sample_plugin/app/views/settings/_sample_plugin_settings.html.erb [new file with mode: 0644]
extra/sample_plugin/app/views/settings/_sample_plugin_settings.rhtml [deleted file]