]> source.dussan.org Git - redmine.git/commitdiff
rename .rhtml to .html.erb of app/views/admin/_no_data.rhtml.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 24 Aug 2011 01:30:53 +0000 (01:30 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 24 Aug 2011 01:30:53 +0000 (01:30 +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@6551 e93f8b46-1217-0410-a6f0-8f06a7374b81

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

diff --git a/app/views/admin/_no_data.html.erb b/app/views/admin/_no_data.html.erb
new file mode 100644 (file)
index 0000000..5d52dc0
--- /dev/null
@@ -0,0 +1,8 @@
+<div class="nodata">
+<% form_tag({:action => 'default_configuration'}) do %>
+    <%= simple_format(l(:text_no_configuration_data)) %>
+    <p><%= l(:field_language) %>:
+    <%= select_tag 'lang', options_for_select(lang_options_for_select(false), current_language.to_s) %>
+    <%= submit_tag l(:text_load_default_configuration) %></p>
+<% end %>
+</div>
diff --git a/app/views/admin/_no_data.rhtml b/app/views/admin/_no_data.rhtml
deleted file mode 100644 (file)
index 5d52dc0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<div class="nodata">
-<% form_tag({:action => 'default_configuration'}) do %>
-    <%= simple_format(l(:text_no_configuration_data)) %>
-    <p><%= l(:field_language) %>:
-    <%= select_tag 'lang', options_for_select(lang_options_for_select(false), current_language.to_s) %>
-    <%= submit_tag l(:text_load_default_configuration) %></p>
-<% end %>
-</div>