summaryrefslogtreecommitdiffstats
path: root/app/views/versions
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-29 22:01:40 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-29 22:01:40 +0000
commit79b12c73d9acd43f53918d23a9f3d94a516632b5 (patch)
treefd96e989ce48fdf294b9655be2acfdf62b704bd8 /app/views/versions
parent0cd62a3c7776a311b0776899bf4734cd7f4e583a (diff)
downloadredmine-79b12c73d9acd43f53918d23a9f3d94a516632b5.tar.gz
redmine-79b12c73d9acd43f53918d23a9f3d94a516632b5.zip
Display of multi custom fields.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8726 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/versions')
-rw-r--r--app/views/versions/_overview.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/versions/_overview.html.erb b/app/views/versions/_overview.html.erb
index aea77af12..a57241158 100644
--- a/app/views/versions/_overview.html.erb
+++ b/app/views/versions/_overview.html.erb
@@ -5,7 +5,7 @@
<% end %>
<p><%=h version.description %></p>
-<% if version.custom_values.any? %>
+<% if version.custom_field_values.any? %>
<ul>
<% version.custom_field_values.each do |custom_value| %>
<% if custom_value.value.present? %>