From: Toshi MARUYAMA Date: Thu, 25 Aug 2011 01:26:10 +0000 (+0000) Subject: rename .rhtml to .html.erb of app/views/settings/plugin.rhtml. X-Git-Tag: 1.3.0~1341 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0e083bc7ced18158c3e915254ef242e0d147f66f;p=redmine.git 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 --- 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 %> -