Redmine/app/views/custom_fields/index.html.erb
Toshi MARUYAMA d3dbc94d08 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
2011-09-01 03:56:55 +00:00

6 lines
133 B
Plaintext

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