From: Toshi MARUYAMA Date: Fri, 2 Sep 2011 04:08:25 +0000 (+0000) Subject: rename .rhtml to .html.erb of app/views/members/autocomplete_for_member.rhtml. X-Git-Tag: 1.3.0~921 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9cc86eb902602381a00948ff4e0af9c56c9b2d5b;p=redmine.git rename .rhtml to .html.erb of app/views/members/autocomplete_for_member.rhtml. :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@7045 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/members/autocomplete_for_member.html.erb b/app/views/members/autocomplete_for_member.html.erb new file mode 100644 index 000000000..96b4c973b --- /dev/null +++ b/app/views/members/autocomplete_for_member.html.erb @@ -0,0 +1 @@ +<%= principals_check_box_tags 'member[user_ids][]', @principals %> \ No newline at end of file diff --git a/app/views/members/autocomplete_for_member.rhtml b/app/views/members/autocomplete_for_member.rhtml deleted file mode 100644 index 96b4c973b..000000000 --- a/app/views/members/autocomplete_for_member.rhtml +++ /dev/null @@ -1 +0,0 @@ -<%= principals_check_box_tags 'member[user_ids][]', @principals %> \ No newline at end of file