From 9f59538241ab0cfdd0f6275338b2fbff2a347811 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 10 May 2009 10:36:40 +0000 Subject: [PATCH] Fixes consistency of custom fields display on the issue detail view (#3190). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2724 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/show.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index bd0eec41..c23acdf8 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -45,7 +45,7 @@ <% n = 0 -%> -<% @issue.custom_values.each do |value| -%> +<% @issue.custom_field_values.each do |value| -%> <%=h value.custom_field.name %>:<%= simple_format(h(show_value(value))) %> <% n = n + 1 if (n > 1) -- 2.11.0