]> source.dussan.org Git - redmine.git/commitdiff
rename .rhtml to .html.erb of app/views/settings/plugin.rhtml.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 25 Aug 2011 01:26:10 +0000 (01:26 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 25 Aug 2011 01:26:10 +0000 (01:26 +0000)
: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 [new file with mode: 0644]
app/views/settings/plugin.rhtml [deleted file]

diff --git a/app/views/settings/plugin.html.erb b/app/views/settings/plugin.html.erb
new file mode 100644 (file)
index 0000000..6191348
--- /dev/null
@@ -0,0 +1,10 @@
+<h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>
+
+<div id="settings">
+<% form_tag({:action => 'plugin'}) do %>
+<div class="box tabular">
+<%= render :partial => @partial, :locals => {:settings => @settings}%>
+</div>
+<%= submit_tag l(:button_apply) %>
+<% end %>
+</div>
diff --git a/app/views/settings/plugin.rhtml b/app/views/settings/plugin.rhtml
deleted file mode 100644 (file)
index 6191348..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>
-
-<div id="settings">
-<% form_tag({:action => 'plugin'}) do %>
-<div class="box tabular">
-<%= render :partial => @partial, :locals => {:settings => @settings}%>
-</div>
-<%= submit_tag l(:button_apply) %>
-<% end %>
-</div>