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
This commit is contained in:
Toshi MARUYAMA
2011-09-01 03:56:55 +00:00
parent 00a275699a
commit d3dbc94d08
+5
View File
@@ -0,0 +1,5 @@
<h2><%=l(:label_custom_field_plural)%></h2>
<%= render_tabs custom_fields_tabs %>
<% html_title(l(:label_custom_field_plural)) -%>