From 0e083bc7ced18158c3e915254ef242e0d147f66f Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 25 Aug 2011 01:26:10 +0000 Subject: rename .rhtml to .html.erb of app/views/settings/plugin.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@6621 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/settings/plugin.html.erb | 10 ++++++++++ app/views/settings/plugin.rhtml | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 app/views/settings/plugin.html.erb delete mode 100644 app/views/settings/plugin.rhtml (limited to 'app/views/settings') diff --git a/app/views/settings/plugin.html.erb b/app/views/settings/plugin.html.erb new file mode 100644 index 000000000..61913484d --- /dev/null +++ b/app/views/settings/plugin.html.erb @@ -0,0 +1,10 @@ +

<%= l(:label_settings) %>: <%=h @plugin.name %>

+ +
+<% form_tag({:action => 'plugin'}) do %> +
+<%= render :partial => @partial, :locals => {:settings => @settings}%> +
+<%= submit_tag l(:button_apply) %> +<% end %> +
diff --git a/app/views/settings/plugin.rhtml b/app/views/settings/plugin.rhtml deleted file mode 100644 index 61913484d..000000000 --- a/app/views/settings/plugin.rhtml +++ /dev/null @@ -1,10 +0,0 @@ -

<%= l(:label_settings) %>: <%=h @plugin.name %>

- -
-<% form_tag({:action => 'plugin'}) do %> -
-<%= render :partial => @partial, :locals => {:settings => @settings}%> -
-<%= submit_tag l(:button_apply) %> -<% end %> -
-- cgit v1.2.3