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

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

diff --git a/app/views/auth_sources/new.html.erb b/app/views/auth_sources/new.html.erb
new file mode 100644 (file)
index 0000000..d0b9b1d
--- /dev/null
@@ -0,0 +1,6 @@
+<h2><%=l(:label_auth_source_new)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
+
+<% form_tag({:action => 'create'}, :class => "tabular") do %>
+  <%= render :partial => 'form' %>
+  <%= submit_tag l(:button_create) %>
+<% end %>
diff --git a/app/views/auth_sources/new.rhtml b/app/views/auth_sources/new.rhtml
deleted file mode 100644 (file)
index d0b9b1d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<h2><%=l(:label_auth_source_new)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
-
-<% form_tag({:action => 'create'}, :class => "tabular") do %>
-  <%= render :partial => 'form' %>
-  <%= submit_tag l(:button_create) %>
-<% end %>