From: Toshi MARUYAMA Date: Thu, 1 Sep 2011 03:56:55 +0000 (+0000) Subject: rename .rhtml to .html.erb of app/views/custom_fields/index.rhtml. X-Git-Tag: 1.3.0~996 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d3dbc94d080404e98b8b40407134125dca4003c0;p=redmine.git rename .rhtml to .html.erb of app/views/custom_fields/index.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@6967 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/custom_fields/index.html.erb b/app/views/custom_fields/index.html.erb new file mode 100644 index 000000000..7b29e25e7 --- /dev/null +++ b/app/views/custom_fields/index.html.erb @@ -0,0 +1,5 @@ +

<%=l(:label_custom_field_plural)%>

+ +<%= render_tabs custom_fields_tabs %> + +<% html_title(l(:label_custom_field_plural)) -%> diff --git a/app/views/custom_fields/index.rhtml b/app/views/custom_fields/index.rhtml deleted file mode 100644 index 7b29e25e7..000000000 --- a/app/views/custom_fields/index.rhtml +++ /dev/null @@ -1,5 +0,0 @@ -

<%=l(:label_custom_field_plural)%>

- -<%= render_tabs custom_fields_tabs %> - -<% html_title(l(:label_custom_field_plural)) -%>