summaryrefslogtreecommitdiffstats
path: root/app/views/versions/_overview.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/versions/_overview.html.erb')
-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? %>