From 4c636ab3288729a71b12be2f9f1e80d7ebc2f868 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 1 Sep 2011 12:19:52 +0000 Subject: rename .rhtml to .html.erb of app/views/issue_categories/_form.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@6992 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issue_categories/_form.html.erb | 6 ++++++ app/views/issue_categories/_form.rhtml | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 app/views/issue_categories/_form.html.erb delete mode 100644 app/views/issue_categories/_form.rhtml (limited to 'app') diff --git a/app/views/issue_categories/_form.html.erb b/app/views/issue_categories/_form.html.erb new file mode 100644 index 000000000..fae0a75e5 --- /dev/null +++ b/app/views/issue_categories/_form.html.erb @@ -0,0 +1,6 @@ +<%= error_messages_for 'category' %> + +
+

<%= f.text_field :name, :size => 30, :required => true %>

+

<%= f.select :assigned_to_id, principals_options_for_select(@project.assignable_users, @category.assigned_to), :include_blank => true %>

+
diff --git a/app/views/issue_categories/_form.rhtml b/app/views/issue_categories/_form.rhtml deleted file mode 100644 index fae0a75e5..000000000 --- a/app/views/issue_categories/_form.rhtml +++ /dev/null @@ -1,6 +0,0 @@ -<%= error_messages_for 'category' %> - -
-

<%= f.text_field :name, :size => 30, :required => true %>

-

<%= f.select :assigned_to_id, principals_options_for_select(@project.assignable_users, @category.assigned_to), :include_blank => true %>

-
-- cgit v1.2.3