]> source.dussan.org Git - redmine.git/commitdiff
rename .rhtml to .html.erb of app/views/queries/edit.rhtml.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 2 Sep 2011 04:51:01 +0000 (04:51 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 2 Sep 2011 04:51:01 +0000 (04:51 +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@7057 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/queries/edit.html.erb [new file with mode: 0644]
app/views/queries/edit.rhtml [deleted file]

diff --git a/app/views/queries/edit.html.erb b/app/views/queries/edit.html.erb
new file mode 100644 (file)
index 0000000..1c99ac0
--- /dev/null
@@ -0,0 +1,6 @@
+<h2><%= l(:label_query) %></h2>
+
+<% form_tag({:action => 'edit', :id => @query}, :onsubmit => 'selectAllOptions("selected_columns");') do %>
+  <%= render :partial => 'form', :locals => {:query => @query} %>
+  <%= submit_tag l(:button_save) %>
+<% end %>
diff --git a/app/views/queries/edit.rhtml b/app/views/queries/edit.rhtml
deleted file mode 100644 (file)
index 1c99ac0..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<h2><%= l(:label_query) %></h2>
-
-<% form_tag({:action => 'edit', :id => @query}, :onsubmit => 'selectAllOptions("selected_columns");') do %>
-  <%= render :partial => 'form', :locals => {:query => @query} %>
-  <%= submit_tag l(:button_save) %>
-<% end %>