summaryrefslogtreecommitdiffstats
path: root/app/views/custom_fields/index.html.erb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-01 03:56:55 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-01 03:56:55 +0000
commitd3dbc94d080404e98b8b40407134125dca4003c0 (patch)
tree60336fdecfc0d4b4933176dd73ee0599ff3565cf /app/views/custom_fields/index.html.erb
parent00a275699a1eaf0637284990b6155382ac27c6c1 (diff)
downloadredmine-d3dbc94d080404e98b8b40407134125dca4003c0.tar.gz
redmine-d3dbc94d080404e98b8b40407134125dca4003c0.zip
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
Diffstat (limited to 'app/views/custom_fields/index.html.erb')
-rw-r--r--app/views/custom_fields/index.html.erb5
1 files changed, 5 insertions, 0 deletions
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 @@
+<h2><%=l(:label_custom_field_plural)%></h2>
+
+<%= render_tabs custom_fields_tabs %>
+
+<% html_title(l(:label_custom_field_plural)) -%>